laravel: add auth flag (#3631)

client-spec/clarity
Owen Voke 2019-11-29 01:28:55 +00:00 committed by Ein Verne
parent 47a0bb6345
commit ae60cc973b
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
`laravel new {{name}} --force`
- Install the Laravel authentication scaffolding:
`laravel new {{name}} --auth`
- List the available installer commands:
`laravel list`