Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 541 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 541 Bytes

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