You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,6 @@ Via Composer
34
34
$ composer require vedmant/laravel-shortcodes
35
35
```
36
36
37
-
This package supports [Laravel Auto-Discovery](https://laravel.com/docs/master/packages#package-discovery) and will be discovered automatically.
38
-
39
-
For Laravel versions prior to 5.5 please add `Vedmant\LaravelShortcodes\LaravelShortcodesServiceProvider::class` to the providers array in `config/app.php`
40
-
and `'Shortcodes' => Vedmant\LaravelShortcodes\Facades\Shortcodes::class` to the aliases array.
0 commit comments