Skip to content

Commit ecee202

Browse files
committed
docs: Laravel Fortify support docs added
1 parent 712ce9d commit ecee202

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,24 @@ Or for production,
4141

4242
`npm install && npm run prod`
4343

44+
## Usage with Laravel Fortify
45+
46+
This package also provides support for Laravel Fortify for authentication scaffolding.
47+
48+
**NOTE**: Don't forget to install and run Laravel Fortify and perform its required installation steps.
49+
50+
Run a command,
51+
52+
`php artisan ui adminlte-fortify --auth`
53+
54+
And then run,
55+
56+
`npm install && npm run dev`
57+
58+
Or for production,
59+
60+
`npm install && npm run prod`
61+
4462
## Tutorial
4563
Here you can find a video tutorial. (**Credits**: [shailesh-ladumor](https://github.com/shailesh-ladumor))
4664

0 commit comments

Comments
 (0)