rakhiazfa/laravel-sarp

Helps you in creating services and repository in laravel.

0.0.3 2023-02-11 08:51 UTC

This package is auto-updated.

Last update: 2024-05-11 12:04:24 UTC


README

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