mohsen1383 / laravel-rest-tool-kit
A toolkit for Laravel REST API development, including helpers, repositories, services, and more.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mohsen1383/laravel-rest-tool-kit
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-12-18 13:41:51 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