Open CrunchyArtie opened 1 year ago
Same Issue ? Any Solution
i have a similar issue https://github.com/InfyOmLabs/laravel-generator/issues/1064#issue-1570814546
I have too
I have a solution for that try using php artisan infyom:scaffold User --fromTable --table=users this command if this is'nt worked try php artisan infyom:scaffold User --fromTable --tableName=users
With a fresh laravel 9 project I try to execute this command :
artisan infyom.publish:user
This is the response:
I don't know what I have to do. The command create the folder
resources/views/users
but it's empty. I don't know where is the wantedusers.create
file. There is a create.blade.php file insideresources/views/vendor/adminlte-templates/templates/users
.(By the way, I'm using lando, but i don't think this could be the problem)