All
Articles 189,339Blog Posts 171,214Tech Tutorials 50,750Research Papers 36,772News 23,157
⚡ 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