Download the PHP package teners/laravel-extras without Composer
On this page you can find all versions of the php package teners/laravel-extras. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teners/laravel-extras
More information about teners/laravel-extras
Files in teners/laravel-extras
Package laravel-extras
Short Description Extend laravel applications with more artisan commands, traits and useful helper classes
License MIT
Homepage https://github.com/Teners-net/laravel-extras#readme
Informations about the package laravel-extras
Laravel Extras
Laravel Extras is a package that extend Laravel Application with more artisan commands and useful traits and helper classes.
Installation
To install Laravel Extras, run the following command in your terminal:
Publish the package configuration file
And the migrations file if you would be using the files model
Available Extras
Artisan Commands:
- Make Blade
- Make Trait
- Clear Log
Extra Traits:
- Sluggable
- FileUploadTrait
Extra Helpers:
- FileGenerator
- ReadableValue
Extra Models:
- File
Make Blade
Creates a blade file inside the /resource/views/ directory.
Example:
Make Trait
Creates a new Trait class in the App/Traits directory.
Example:
Log Clear
Clears log data from /storage/logs/ directory.
Contributions
Contributions are welcome via Pull Requests on Github.
- Please document any change you made as neccesary in the README.md.
- Pleas make only one pull request per feature/fix.
- See below for some ideas on what you can help with.
- Option to generate file thumbnail in FileUploadTrait
- image/intervention for images, FFmeg for Videos
- make:service
- make:repository
- contruct:with-values\ Add and set public values in the contruct of files generated with other artisan commands, e.g: make:event, make:mail, make:notification
- cast to slug\ Extend Cast to provide 'slug' cast
- MakeArrayTrait
Issues
Please report any issue you encounter in using the package through the Github Issues tab.
Testing
Credits
Contributors
Contributors list will be added here
License
The MIT License (MIT). Please see License File for more information.