Skip to content

Commit 18ba1cc

Browse files
Update readme.md
1 parent 788add6 commit 18ba1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
3030
### Via composer
3131

3232
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.
3434
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`
3535
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
3636
4. In your terminal run `composer dump-autoload`

0 commit comments

Comments
 (0)