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
Speed up your web development with the Bootstrap 5 Admin Dashboard built for Laravel Framework 9.x and up.
11
+
Speed up your web development with the Bootstrap 5 Admin Dashboard built for Laravel Framework 11.x and up.
12
12
13
13
If you want to get more features, go PRO with [Argon Dashboard 2 PRO Laravel](https://www.creative-tim.com/product/argon-dashboard-pro-laravel).
14
14
@@ -51,7 +51,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
51
51
52
52
1.`Cd` to your Laravel app
53
53
2. Type in your terminal: `composer require laravel/ui`
54
-
3. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 9.x & up can auto detect the package.
54
+
3. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 11.x & up can auto detect the package.
55
55
4. Run `php artisan ui argon` command to install the Argon 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`
56
56
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
0 commit comments