You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,13 @@ To install authentication follow this steps:
48
48
_Note_: you need to setup your database configuration before running the command, check out: <a href="http://laravel.com/docs/5.0/database#configuration" target="_blank">configuring laravel database</a>
49
49
Now you can find various configuration files under _config/_ folder.
50
50
51
-
6. Now you need to install the application, to do that run the command: `php artisan authentication:install`.
51
+
6. Now open the file _app/Http/Kernel.php_ and add the following lines to your $routeMiddleware array:
0 commit comments