A simple yet useful package that install all the modern devtools you need in your Laravel app.
You can install the package via composer:
composer require keteraf/laratooler
You can publish and run the migrations with:
php artisan vendor:publish --tag="laratooler-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="laratooler-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="laratooler-views"
$laratooler =
6B09
new Laratooler();
echo $laratooler->echoPhrase('Hello, \!');
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.