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

php artisan infyom:rollback $MODEL_NAME$ $COMMAND_TYPE #914

Closed Sanjeev-Singla closed 3 years ago

Sanjeev-Singla commented 3 years ago

This command is not working properly. Givin error file_get_contents(C:\xampp\htdocs\laravel-infyom\resources\views/layouts.menu.blade.php): failed to open stream: No such file or directory

Which is not creating menu in layouts/menu.blade.php, so we did changes in /vendor/infyomlabs/laravel-generator/src/Common/GeneratorConfig.php at line :542 to $this->addOns['menu.menu_file'] = config('infyom.laravel_generator.add_on.menu.menu_file', 'layouts/menu.blade.php');

Then it starts working

vishalinfyom commented 3 years ago

Hello @Sanjeev-Singla

we have just tested it and its working fine for us.

image

may be you have did custom changes, that's why its not working.

Please try to again install fresh package and check, let us know if its works.