We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712ce9d commit ecee202Copy full SHA for ecee202
README.md
@@ -41,6 +41,24 @@ Or for production,
41
42
`npm install && npm run prod`
43
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
62
## Tutorial
63
Here you can find a video tutorial. (**Credits**: [shailesh-ladumor](https://github.com/shailesh-ladumor))
64
0 commit comments