Skip to content

A package to generate service and repository classes for Laravel 10.x

Notifications You must be signed in to change notification settings

theRanken/laravel-sr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Laravel Service Repository Generator: Your Code's New Best Friend! πŸŽ‰

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!

🎭 What's This Package All About?

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!

🎨 What Can It Do?

  1. πŸ§™β€β™‚οΈ Generate Services: With a flick of your command wand, create beautiful service classes!
  2. πŸ—οΈ Build Repositories: Conjure up repositories faster than you can say "Eloquent"!
  3. πŸ”— Auto-Binding: Watch in awe as it automatically binds your interfaces to implementations!
  4. 🧩 Smart Providers: It even updates your service providers automagically!

🎬 How to Get Started?

  1. Install the package:
composer require theRanken/laravel-service-repository-generator
  1. Run the laravel installer:
php artisan service-repository:install
  1. Start generating:
php artisan make:service MyAwesomeService
  1. Optionally add on the a repository:
php artisan make:repository MyAwesomeService --repository

πŸŽ‰ Features That'll Make You Go "Wow!"

  • 🧠 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!

πŸš€ Ready to Supercharge Your Laravel Development?

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!

About

A package to generate service and repository classes for Laravel 10.x

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages