Hey there, Laravel enthusiast! Are you tired of manually creating services and repositories? Well, say hello to your new coding buddy - the Laravel Service Repository Generator!
This magical package is here to make your Laravel 10.x life easier, more fun, and way more productive. It's like having a personal code butler at your service!
- 🧙♂️ Generate Services: With a flick of your command wand, create beautiful service classes!
- 🏗️ Build Repositories: Conjure up repositories faster than you can say "Eloquent"!
- 🔗 Auto-Binding: Watch in awe as it automatically binds your interfaces to implementations!
- 🧩 Smart Providers: It even updates your service providers automagically!
- Install the package:
composer require theRanken/laravel-service-repository-generator
- Run the laravel installer:
php artisan service-repository:install
- Start generating:
php artisan make:service MyAwesomeService
- Optionally add on the a repository:
php artisan make:repository MyAwesomeService --repository
-
🧠 Smart Naming: It's so smart, it'll remove 'Service' or 'Repository' if you accidentally add it twice!
-
🏗️ Structure Creator: It builds a beautiful folder structure for your services and repositories!
-
🔧 Configurable Paths: Don't like where things go? No problem! Configure it to your heart's content!
With the Laravel Service Repository Generator, you're not just coding - you're conducting a symphony of perfectly organized services and repositories! So, what are you waiting for? Give your Laravel app the structure it deserves and make your development life a breeze!