A couple of helpers for Laravel development
filippo-toso/laravel-helpers is a Laravel package for a couple of helpers for laravel development.
It currently has 0 GitHub stars and 756 downloads on Packagist (latest version v2.4.4).
Install it with composer require filippo-toso/laravel-helpers.
Discover more Laravel packages by filippo-toso
or browse all Laravel packages to compare alternatives.
Last updated
A couple of helpers for Laravel development
Use Composer to install it:
composer require filippo-toso/laravel-helpers
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!
You can publish the views and config with the following command:
php artisan vendor:publish --provider="FilippoToso\LaravelHelpers\ServiceProvider"