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