filippo-toso / laravel-helpers
A couple of helpers for Laravel development
v2.4.4
2024-09-21 06:07 UTC
Requires
- php: ^7.0 || ^8.0 || ^9.0 || ^10.0
- illuminate/support: >=5.5
- laravel/helpers: >=1.1
- symfony/error-handler: >=5.0
- dev-master
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.11
- v2.3.10
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.10
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v1.10.1
- v1.10.0
- v1.9.0
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.0
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.2
- 1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-10-21 06:24:10 UTC
README
A couple of helpers for Laravel development
Requirements
- PHP 7.1.3+
- Laravel 5.5+
Installing
Use Composer to install it:
composer require filippo-toso/laravel-helpers
What does it do?
This package includes:
-
@set Blade directive to ser variables withing a Blade view
-
field() helper and Field class to handle form inputs
-
Breadcrumbs class, facade and views to display breadcrumbs
Some traits to help with development.
More to come!
Resources
You can publish the views and config with the following command:
php artisan vendor:publish --provider="FilippoToso\LaravelHelpers\ServiceProvider"