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
+8-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,13 @@ You can publish the stubs. You can add your own stubs to generate.
5
5
6
6
Interested in a laravel admin starter project where the package is being used. [Admin Starter Project](https://github.com/bpocallaghan/laravel-admin-starter)
7
7
8
-
Laravel 5.1, use tag 2.1.3, Laravel 5.2 or Laravel 5.3, use branch 3, Laravel 5.4 use latest
8
+
```
9
+
Laravel 5.1 - v2.1.3
10
+
Laravel 5.2 - v3.0.3
11
+
Laravel 5.3 - v3.0.3
12
+
Laravel 5.4 - v4.1.9
13
+
Laravel 5.5 - v5.0.0+
14
+
```
9
15
10
16
## Commands
11
17
```bash
@@ -70,7 +76,7 @@ Update your project's `composer.json` file.
70
76
composer require bpocallaghan/generators --dev
71
77
```
72
78
73
-
App the Service Provider
79
+
Add the Service Provider (Laravel 5.5 has automatic discovery of packages)
74
80
You'll only want to use these generators for local development, add the provider in `app/Providers/AppServiceProvider.php`:
0 commit comments