InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.78k stars 802 forks source link

Override config laravel_generator.php #560

Closed gustavovendramini closed 6 years ago

gustavovendramini commented 6 years ago

How can I overrride https://github.com/InfyOmLabs/laravel-generator/blob/develop/config/laravel_generator.php without modify the src on vendor?

rylxes commented 6 years ago

php artisan vendor:publish should do the work after installation

gustavovendramini commented 6 years ago

I mean how do I do my own configuration file, ie have my own laravel_generator.php inside my project.

rylxes commented 6 years ago

when you run php artisan vendor:publish successfully, you should see the file in your config/infyom folder, you can change that as you like