mohsen1383 / laravel-rest-tool-kit
A toolkit for Laravel REST API development, including helpers, repositories, services, and more.
v1.1.1
2025-01-18 10:27 UTC
Requires
- php: ^7.4|^8.0
- illuminate/database: ^8.0|^9.0|^10.0|^11.0
- illuminate/http: ^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2025-09-18 13:11:32 UTC
README
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