InfyOmLabs / generator-builder

InfyOm Laravel Generator GUI Builder
http://labs.infyom.com/laravelgenerator/
MIT License
133 stars 71 forks source link

Error : Installing Generator GUI Interface with Laravel 10 #66

Open Sunitsarode opened 1 year ago

Sunitsarode commented 1 year ago

I have already installed InfyOm Laravel Generator (For laravel 10) Then now I am installing "Generator GUI Interface" from https://infyom.com/open-source/gui-interface/docs

I am getting following error :

Step : Run routes Publish Command

Command : php artisan infyom.publish:generator-builder

Error: file_get_contents(E:\www\laravel_prj\infy10new\app\Http/routes.php): Failed to open stream: No such file or directory.

image

tomiaa1926 commented 1 year ago

I think you should be using 5.0

config/laravel_generator.php

move

config/infyom/laravel_generator.php

Because this expansion package version doesn't match

I have already installed InfyOm Laravel Generator (For laravel 10) Then now I am installing "Generator GUI Interface" from https://infyom.com/open-source/gui-interface/docs

I am getting following error :

Step : Run routes Publish Command

Command : php artisan infyom.publish:generator-builder

Error: file_get_contents(E:\www\laravel_prj\infy10new\app\Http/routes.php): Failed to open stream: No such file or directory.

image