Skip to content

Commit 283e8b2

Browse files
author
Jeffrey Way
committed
Update readme
1 parent 8c8323c commit 283e8b2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,16 +424,18 @@ In addition to using the full generator names, there are also some convenience v
424424
You could also just create Bash aliases, like this:
425425

426426
```bash
427-
alias lc="php artisan generate:controller";
428-
alias lm="php artisan generate:model"
427+
alias g:c="php artisan generate:controller";
428+
alias g:m="php artisan generate:model"
429429
```
430430

431431
Now, to create a controller, you can simply type:
432432

433433
```bash
434-
lc config index
434+
g:c config index
435435
````
436436

437+
[Refer here](https://github.com/JeffreyWay/Laravel-Generator/blob/master/aliases.md) for more alias recommendations.
438+
437439
## Todo
438440
1. Test across browsers. Currently only tested on Mac.
439441
2. Generate tests

0 commit comments

Comments
 (0)