LaravelPackages.net
Acme Inc.
Toggle sidebar
mohsen1383/laravel-rest-tool-kit

A toolkit for Laravel REST API development, including helpers, repositories, services, and more.

4
1
v1.1.1
About mohsen1383/laravel-rest-tool-kit

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

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

Star History Chart