Download the PHP package envoo/laravel-api-tools without Composer
On this page you can find all versions of the php package envoo/laravel-api-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download envoo/laravel-api-tools
More information about envoo/laravel-api-tools
Files in envoo/laravel-api-tools
Download envoo/laravel-api-tools
More information about envoo/laravel-api-tools
Files in envoo/laravel-api-tools
Vendor envoo
Package laravel-api-tools
Short Description Tools for laravel api applications
License MIT
Package laravel-api-tools
Short Description Tools for laravel api applications
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-api-tools
Laravel API tools
Provide useful tools for Laravel API development
Installation
Configuration
Artisan commands
Traits for models
use Filterable;
-> add filter
scope to model. Use filter command to generate filter class. \
use HasSlug
-> add slug
attribute to model. Generating slug from model name property. \
use HasUsername
-> add username
attribute to model. Generating username from model name property. \
use InteractWithPagination
-> add paginateUnderCondition
and paginateAnyway
scopes to model.
If your model extending Envoo\LaravelApiTools\Models\Model
you can use pagination and filter scopes by default.
Dependencies
Useful links
All versions of laravel-api-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
timacdonald/json-api Version ^1.0@beta
wendelladriel/laravel-validated-dto Version ^2.2
timacdonald/json-api Version ^1.0@beta
wendelladriel/laravel-validated-dto Version ^2.2
The package envoo/laravel-api-tools contains the following files
Loading the files please wait ....