Skip to content

Helps you in creating services and repository in laravel.

License

Notifications You must be signed in to change notification settings

rakhiazfa/laravel-sarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Sarp

Installation

  • Require the Laravel Sarp with composer.
composer require rakhiazfa/laravel-sarp
  • Publish package configuration ( important ).
php artisan vendor:publish --provider="Rakhiazfa\LaravelSarp\Providers\SarpServiceProvider" --tag="config"

Usage

  • Create a new repository.
php artisan make:repository UserRepository
  • Create a new service.
php artisan make:service UserService

License

The MIT License (MIT). Please see License File for more info

About

Helps you in creating services and repository in laravel.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages