Package for creating builders for your models from laravel framework
art-es/laravel-builder is a Laravel package for package for creating builders for your models from laravel framework.
It currently has 4 GitHub stars and 22 downloads on Packagist (latest version 2.1.0).
Install it with composer require art-es/laravel-builder.
Discover more Laravel packages by art-es
or browse all Laravel packages to compare alternatives.
Last updated
composer require art-es/laravel-builder
add service provider to providers into config/app.php
\Artes\LaravelBuilder\Base\LaravelBuilderServiceProvider::class,
Command for create builder
php artisan make:builder <builder-name>
The MIT License (MIT). Please see License File for more information.