A toolkit for Laravel REST API development, including helpers, repositories, services, and more.
mohsen1383/laravel-rest-tool-kit is a Laravel package for a toolkit for laravel rest api development, including helpers, repositories, services, and more..
It currently has 1 GitHub stars and 4 downloads on Packagist (latest version v1.1.1).
Install it with composer require mohsen1383/laravel-rest-tool-kit.
Discover more Laravel packages by mohsen1383
or browse all Laravel packages to compare alternatives.
Last updated
A toolkit for Laravel REST API development, including helpers, repositories, services, and more.
You can install this package via Composer. To install it, run the following command:
composer require mohsen1383/laravel-rest-tool-kit
If you need to customize the package’s configuration, you can publish the configuration files to your Laravel project using the following command:
php artisan vendor:publish --provider="LaravelRestToolKit\Providers\AppServiceProvider" --tag=laravel-rest-tool-kit