laravel-rest-tool-kit maintained by mohsen1383
Laravel Rest Tool Kit
A toolkit for Laravel REST API development, including helpers, repositories, services, and more.
Features
- Helpers for easy handling of JSON responses, authentication, and error handling.
- Repositories to simplify database interactions.
- Services for file upload and base64 encoding.
- API form request handling.
Installation
Composer Installation
You can install this package via Composer. To install it, run the following command:
composer require mohsen1383/laravel-rest-tool-kit
Step 2: Publish the Configuration (Optional)
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