All
Articles 186,320Blog Posts 169,001Tech Tutorials 49,882Research Papers 36,220News 22,943
⚡ AI Lessons

Dev.to · macarthurgonde
🔧 Backend Engineering
⚡ AI Lesson
9mo 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
🔧 Backend Engineering
⚡ AI Lesson
9mo 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