diff --git a/README.md b/README.md index 2cbf87d..63759e1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ You can install the package via composer composer require erjanmx/laravel-live-tinker --dev ``` +If you're using Laravel prior to version 5.5 you have to configure by adding Service Provider in your `/config/app.php` + +``` +'providers' => [ + // other providers + + Erjanmx\LiveTinker\LiveTinkerServiceProvider::class, + ], +``` + Publish assets via following command ```bash