1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

laravel: add auth flag (#3631)

This commit is contained in:
Owen Voke 2019-11-29 01:28:55 +00:00 committed by Ein Verne
parent 47a0bb6345
commit ae60cc973b

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`