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: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
30
30
### Via composer
31
31
32
32
1.`Cd` to your Laravel app
33
-
2. Install this preset via `composer require laravel-frontend-presets/light-bootstrap-dashboard`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
33
+
2. Install this preset via `composer require laravel-frontend-presets/light-bootstrap`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
34
34
3. Run `php artisan preset light-bootstrap` command to install the Light Bootstrap preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`
35
35
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
0 commit comments