All
Articles 114,439Blog Posts 123,329Tech Tutorials 29,242Research Papers 23,479News 16,955
⚡ AI Lessons

Dev.to · macarthurgonde
🔧 Backend Engineering
7mo ago
Laravel Artisan command that automatically registers API routes based on your existing controllers.
Create the Artisan Command php artisan make:command GenerateApiRoutes Enter fullscreen...

Dev.to · macarthurgonde
7mo ago
Creating Laravel Artisan Command To Generate Model Repository Service Controller for each table automatically.
Custom Artisan Command: Auto Generate Layers Run: php artisan make:command...
DeepCamp AI