Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
atehnix committed Oct 19, 2016
1 parent 44aee37 commit ea14a3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ should be replaced by
];
```

To publish the config file to app/config/stubs.php run:
To publish the config file to `config/stubs.php` run:

```
php artisan vendor:publish --provider=ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider
Expand All @@ -42,6 +42,9 @@ Done!

## Usage

### Configure paths for generated classes
To change the paths of saving the generated classes, you need to configure their namespaces in a configuration file `config/stubs.php`.

### Publish stub files for edit
```
php artisan stubs:publish
Expand Down

0 comments on commit ea14a3a

Please sign in to comment.