Overview
This package provides an elegant and simple way to build requests for REST APIs. By allowing you to move your logic and backend requests to dedicated classes, it helps keep your code clean and organized. It is designed to work seamlessly with Laravel and is a great match for the spatie/laravel-query-builder package.
Features
- Quick request building for REST APIs
- Logic and backend requests in dedicated classes
- Clean and elegant code
- Works well with spatie/laravel-query-builder
Installation
To install this package, simply follow these steps:
- Add the package to your Laravel project using composer:
composer require package-name
- Publish the configuration file:
php artisan vendor:publish --provider="Package\ServiceProvider" --tag="config"
Configure the package by editing the generated configuration file
config/package.php
.That’s it! You’re ready to start using the package.
Summary
In summary, this package provides an elegant solution for building requests for REST APIs. With its focus on clean and organized code, it helps developers easily manage their logic and backend requests. Additionally, its integration with spatie/laravel-query-builder makes it a great choice for Laravel projects.