8000 GitHub - keteraf/laratooler: A simple package that adds tools like larastan and rector to existing laravel apps
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple package that adds tools like larastan and rector to existing laravel apps

License

Notifications You must be signed in to change notification settings

keteraf/laratooler

Repository files navigation

Laratooler

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 = 
6B09
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.

About

A simple package that adds tools like larastan and rector to existing laravel apps

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

0