Skip to content

Commit a30c4b4

Browse files
committed
Clean up README
1 parent d8b752b commit a30c4b4

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

+2-20
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
![Build Status](https://travis-ci.org/skyronic/laravel-file-generator.svg?branch=master)
2-
31
# Laravel file generator
42

53
This is a Laravel package which helps you automate creation of files.
64

7-
![](https://thumbs.gfycat.com/OrnateWebbedCommongonolek-size_restricted.gif) [High Res Link](https://gfycat.com/OrnateWebbedCommongonolek)
8-
95
### Benefits
106

117
* If you create a type of file frequently, you can automate it and improve productivity.
@@ -23,23 +19,13 @@ This is a Laravel package which helps you automate creation of files.
2319
$ composer require skyronic/laravel-file-generator
2420
```
2521

26-
**Step 2**: Add `FileGeneratorServiceProvider` to your `config/app.php`
27-
28-
```php
29-
'providers' => [
30-
// ... other providers ...
31-
32-
\Skyronic\FileGenerator\FileGeneratorServiceProvider::class,
33-
]
34-
```
35-
36-
**Step 3**: Publish the "boilerplates" - an included set of useful boilerplates like PHP Classes, Vue Components, etc.
22+
**Step 2**: Publish the "boilerplates" - an included set of useful boilerplates like PHP Classes.
3723

3824
```bash
3925
$ php artisan vendor:publish --tag='boilerplates'
4026
```
4127

42-
**Step 4**: You can list all the installed boilerplates
28+
**Step 3**: You can list all the installed boilerplates
4329

4430
```bash
4531
$ php artisan generate:list
@@ -51,11 +37,7 @@ $ php artisan generate:list
5137
| js | JavaScript File |
5238
| php:class | PHP Class in 'app' Directory |
5339
| php:trait | PHP Trait in 'app' Directory |
54-
| scope | Eloquent Global Scope |
55-
| scss | SCSS File |
5640
| view | Blade Template |
57-
| vue:component | Vue Component as a .vue file |
58-
| vue:store | Vuex Store |
5941
+---------------+------------------------------+
6042

6143
Use `artisan generate <type>` to create a new file!

0 commit comments

Comments
 (0)