generator-builder icon indicating copy to clipboard operation
generator-builder copied to clipboard

Error : Installing Generator GUI Interface with Laravel 10

Open Sunitsarode opened this issue 2 years ago • 1 comments

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

Sunitsarode avatar May 16 '23 05:05 Sunitsarode

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

ghost avatar Jun 20 '23 08:06 ghost