📰 Dev.to · macarthurgonde
2 articles · Updated every 3 hours · View all reads
All
Articles 100,020Blog Posts 115,451Tech Tutorials 25,251Research Papers 20,779News 15,818
⚡ AI Lessons

Dev.to · macarthurgonde
6mo 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
6mo 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