Skip to content

Commit 0c295e0

Browse files
Upgrade to Laravel 9.x
1 parent 7f3f830 commit 0c295e0

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ All notable changes to `White Dashboard` frontend preset for Laravel will be doc
1818

1919
## Version 1.0.3 - 2020-09-23
2020
- Update to Laravel 8.x
21+
22+
## Version 1.0.4 - 2022-03-28
23+
- Update to Laravel 9.x

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/creativetimofficial/white-dashboard-laravel",
66
"keywords": ["Laravel", "Preset", "White"],
77
"require": {
8-
"laravel/framework": "^8.0",
8+
"laravel/framework": "^9.0",
99
"laravel/legacy-factories": "^1.0"
1010
},
1111
"autoload": {

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Creative Tim (https://www.creative-tim.com)
3+
Copyright (c) 2022 Creative Tim (https://www.creative-tim.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<img src="/screens/intro-white.gif" width=90% />
66

7-
Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 8.x and up.
7+
Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 9.x and up.
88

99
## Note
1010

@@ -20,7 +20,7 @@ If you don't already have an Apache local environment with PHP and MySQL, use on
2020

2121
Also, you will need to install Composer: https://getcomposer.org/doc/00-intro.md
2222

23-
And Laravel: https://laravel.com/docs/8.x/installation
23+
And Laravel: https://laravel.com/docs/9.x/installation
2424

2525
## Installation
2626

@@ -30,7 +30,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
3030

3131
1. `Cd` to your Laravel app
3232
2. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
33-
3. Install this preset via `composer require laravel-frontend-presets/white-dashboard`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
33+
3. Install this preset via `composer require laravel-frontend-presets/white-dashboard`. No need to register the service provider. Laravel 9.x & up can auto detect the package.
3434
4. Run `php artisan ui white` 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`
3535
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
3636
5. In your terminal run `composer dump-autoload`

0 commit comments

Comments
 (0)