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
Requires
- php: ^8.3||^8.4
- illuminate/contracts: ^11.0||^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.13
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^9.0||^10.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.4.0||^2.0
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
This package is auto-updated.
Last update: 2025-09-26 20:22:21 UTC
README
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.