dhandarbeit-tk/laravel-boilerplate-platform is a Laravel package for the laravel framework..
It currently has 1 GitHub stars and 19 downloads on Packagist (latest version 1.0).
Install it with composer require dhandarbeit-tk/laravel-boilerplate-platform.
Discover more Laravel packages by dhandarbeit-tk
or browse all Laravel packages to compare alternatives.
Last updated
Provides useful helper functions and class structure for core functionality of laravel/laravel.
Built to be customizable.
Create project
composer create-project dhandarbeit-tk/laravel-boilerplate-platform
Other defaults:
(app/Support/helpers.php)
App\Eloquent\Models\Model (trait: IsModel)
App\Eloquent\Models\Traits\HasTimestamps
App\Eloquent\Models\Pivots\Pivot (trait: IsPivot)
App\Support\Collection (trait: CollectionTrait)
App\Eloquent\Collections\Collection (trait: CollectionTrait)