All
Articles 116,259Blog Posts 124,646Tech Tutorials 29,714Research Papers 23,499News 17,168
⚡ 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