All
Articles 131,250Blog Posts 136,246Tech Tutorials 33,996Research Papers 25,453News 18,664
⚡ 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