You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2020. It is now read-only.
Hello.
I am on version 2.3.4 and when I am running the commands : php artisan module:crud "name" or php artisan module:make "name", i receive this error :
file_get_contents(/var/www/html/quarxLaravel/vendor/yab/quarx/src/Console/../Templates/CRUD/provider.txt): failed to open stream: No such file or directory
I found the file that the error talks about in the
/vendor/yab/quarx/src/Templates/CRUD/Provider.txt
The error appears because the name of the file called is with a lower case "p" and the actual file name is with a higher case "P".
The File is called in ModuleCrud.php:202