composer update
This commit is contained in:
12
vendor/laravel/tinker/README.md
vendored
12
vendor/laravel/tinker/README.md
vendored
@@ -17,20 +17,10 @@ To get started with Laravel Tinker, simply run:
|
||||
|
||||
composer require laravel/tinker
|
||||
|
||||
If you are using Laravel 5.5+, there is no need to manually register the service provider. However, if you are using an earlier version of Laravel, register the `TinkerServiceProvider` in your `app` configuration file:
|
||||
|
||||
```php
|
||||
'providers' => [
|
||||
// Other service providers...
|
||||
|
||||
Laravel\Tinker\TinkerServiceProvider::class,
|
||||
],
|
||||
```
|
||||
|
||||
## Basic Usage
|
||||
|
||||
From your console, execute the `php artisan tinker` command.
|
||||
|
||||
## License
|
||||
|
||||
Laravel Tinker is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
|
||||
Laravel Tinker is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
||||
|
Reference in New Issue
Block a user