laravel-schematics
laravel-schematics copied to clipboard
Creating Resource Controller when add Model
Hello,
In my tests, when adding a Model and check "Resource Controller" it does add a Controller in the Controllers folder but it doesn't contain CRUD methods.
Hi @ClementN,
That's unfortunate. Could you add some more information about your situation? f.e. OS, Laravel & PHP version.
Hello @mtolhuys,
I saw this problem while testing the latest version of Schematics 0.10.3 of Laravel 7.12 and PHP 7.2, Chrome browser.
Since then, I upgraded to PHP 7.4 and this issue is not reproduced anymore. But I do not have the chance to test again with PHP 7.2.