rakhiazfa/laravel-sarp

Helps you in creating services and repository in laravel.

Maintainers

Package info

github.com/rakhiazfa/laravel-sarp

pkg:composer/rakhiazfa/laravel-sarp

Statistics

Installs: 33

Dependents: 0

Suggesters: 0

Stars: 24

Open Issues: 0

0.0.3 2023-02-11 08:51 UTC

This package is auto-updated.

Last update: 2026-03-11 15:51:34 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