Download the PHP package mixdinternet/laravel-stapler-extra without Composer
On this page you can find all versions of the php package mixdinternet/laravel-stapler-extra. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mixdinternet/laravel-stapler-extra
More information about mixdinternet/laravel-stapler-extra
Files in mixdinternet/laravel-stapler-extra
Download mixdinternet/laravel-stapler-extra
More information about mixdinternet/laravel-stapler-extra
Files in mixdinternet/laravel-stapler-extra
Vendor mixdinternet
Package laravel-stapler-extra
Short Description This package add some features that laravel-stapler doesn't have
License MIT
Package laravel-stapler-extra
Short Description This package add some features that laravel-stapler doesn't have
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-stapler-extra
Laravel Stapler Extra
This package add some features that laravel-stapler doesn't have
Requirements
This package currently requires Laravel >= 5.1.
Installation
Laravel-Stapler-Extra is distributed as a composer package, which is how it should be used in your app.
Install the package using Composer. Edit your project's composer.json
file to require mixdinternet/laravel-stapler-extra
.
or
Once this operation completes, the final step is to change to your custom class
Open /config/laravel-stapler/bindings.php
Change:
to
Custom Interpolations
- :filename_slugify - Apply
str_slug()
on file attachment name, e.g atenção.jpg -> atencao.jpg. - :class_lower - The class name (lowercase) of the model containing the file attachment, e.g user. This will include the class namespace.
- :class_name_lower - The class name (lowercase) of the model, without its namespace.
- :namespace_lower - The namespace (lowercase) of the model containing the file attachment, e.g mixdinternet/user.
All versions of laravel-stapler-extra with dependencies
PHP Build Version
Package Version
The package mixdinternet/laravel-stapler-extra contains the following files
Loading the files please wait ....