Yannick Guern 3c45fcac29 set permission on code | il y a 7 ans | |
---|---|---|
.. | ||
src | il y a 7 ans | |
LICENSE.txt | il y a 7 ans | |
README.md | il y a 7 ans | |
composer.json | il y a 7 ans |
Laravel Tinker is a powerful REPL for the Laravel framework.
To get started with Laravel Tinker, simply run:
composer require laravel/tinker
Next, register the Laravel\Tinker\TinkerServiceProvider
in your config/app.php
file:
'providers' => [
// Other service providers...
Laravel\Tinker\TinkerServiceProvider::class,
],
From your console, execute the php artisan tinker
command.
Laravel Tinker is open-sourced software licensed under the MIT license