79692282

Date: 2025-07-07 03:48:29
Score: 0.5
Natty:
Report link

If you want to do this, then you have to use those commands

php artisan make:model Admin\Services\Post -m; php artisan make:controller Admin\Services\PostController

Or you can do it by separately

php artisan make:model Admin\Services\Post -m
php artisan make:controller Admin\Services\PostController 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abdullah Al Shahed