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
This package is auto-updated.
Last update: 2026-05-21 09:33:07 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"