InfyOmLabs / adminlte-generator

Boilerplate of Laravel with InfyOm Laravel Generator for AdminLTE Templates
https://infyom.com/open-source/laravelgenerator/docs/8.0/boilerplates
388 stars 273 forks source link

Override stub #48

Closed dhcmega closed 5 years ago

dhcmega commented 5 years ago

Hi! Is it possible to modify/override/use_alternate stub for generating controllers? In my case, I want to add access control, for that, I add a method for checking in each action method in order to verify if the user is authorized. Thanks!

mitulgolakiya commented 5 years ago

@dhcmega if you want to modify stub then just use publish templates options and modify the stub files you want to. http://labs.infyom.com/laravelgenerator/docs/5.8/publish-templates

Don't forget to delete stub files that you do not want to modify.

dhcmega commented 5 years ago

Perfect, I will publish templates. Missed that one. Thanks!!