keteraf/laratooler

A simple yet useful package that install all the modern devtools you need.

Fund package maintenance!
keteraf

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/keteraf/laratooler

v0.1.3-alpha 2025-05-25 08:49 UTC

This package is auto-updated.

Last update: 2025-09-26 20:22:21 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A simple yet useful package that install all the modern devtools you need in your Laravel app.

Installation

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"

Usage

$laratooler = new Laratooler();
echo $laratooler->echoPhrase('Hello, \!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.