Download the PHP package unckleg/laravel-helpers without Composer
On this page you can find all versions of the php package unckleg/laravel-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unckleg/laravel-helpers
More information about unckleg/laravel-helpers
Files in unckleg/laravel-helpers
Download unckleg/laravel-helpers
More information about unckleg/laravel-helpers
Files in unckleg/laravel-helpers
Vendor unckleg
Package laravel-helpers
Short Description Laravel helpers package lets you use and create custom view/action helpers.
License MIT
Homepage https://github.com/unckleg/laravel-helpers
Package laravel-helpers
Short Description Laravel helpers package lets you use and create custom view/action helpers.
License MIT
Homepage https://github.com/unckleg/laravel-helpers
Please rate this library. Is it a good library?
Informations about the package laravel-helpers
View & Action Helpers
Laravel helpers package lets you use and create custom view/action helpers.
Installation
Pull package:
Register service provider in config/app
Example
Create app/Helpers directory or run command:
- Hello - Name of View Helper
- type - View or Action
Command will create directory and Helper for you.
-
Helper
- In blade
Built-in helpers
- @javascripts() @includeJs() @endjavascripts()
- @stylesheets() @includeCss() @endstylesheets()
- @routeName()
Notes
If you experience permission error while using commands make sure you grant permissions for Helpers directory.
All versions of laravel-helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package unckleg/laravel-helpers contains the following files
Loading the files please wait ....