Download the PHP package makidizajnerica/laravel-expanded without Composer
On this page you can find all versions of the php package makidizajnerica/laravel-expanded. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download makidizajnerica/laravel-expanded
More information about makidizajnerica/laravel-expanded
Files in makidizajnerica/laravel-expanded
Package laravel-expanded
Short Description Collection of Laravel helpers.
License MIT
Homepage https://github.com/MakiDizajnerica/laravel-expanded
Informations about the package laravel-expanded
Laravel Expanded
Collection of Laravel helpers.
Installation
Usage
Traits
MakiDizajnerica\Expanded\Concerns\Models\Collectionable
Easily define model collection without writing newCollection
method:
MakiDizajnerica\Expanded\Concerns\Models\Routable
Easily define model route key without writing getRouteKeyName
method:
MakiDizajnerica\Expanded\Concerns\EnumToArray
Enum helper:
Mixins
MakiDizajnerica\Expanded\Mixins\ArrMixin
Register MakiDizajnerica\Expanded\Mixins\ArrMixin
inside boot
method of the App\Providers\AppServiceProvider
:
Now you have some methods available:
@Todo
MakiDizajnerica\Expanded\Mixins\StrMixin
Register MakiDizajnerica\Expanded\Mixins\StrMixin
inside boot
method of the App\Providers\AppServiceProvider
:
Now you have some methods available:
username
Convert email to username using username
method:
Author
Nemanja Marijanovic ([email protected])
Licence
Copyright © 2021, Nemanja Marijanovic [email protected]
All rights reserved.
For the full copyright and license information, please view the LICENSE file that was distributed within the source root of this package.