LaravelPackages.net
Acme Inc.
Toggle sidebar
filippo-toso/laravel-helpers

A couple of helpers for Laravel development

756
0
v2.4.4
About filippo-toso/laravel-helpers

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

Controllers Generator

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"

Star History Chart