Skip to content

Commit 9f5e695

Browse files
Upgrade to Laravel 9.x
1 parent 2a2c1f5 commit 9f5e695

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ All notable changes to `Light Bootstrap Dashboard` frontend preset for Laravel w
1919
## Version 1.0.3 - 2020-09-23
2020

2121
- Update to Laravel 8.x
22+
23+
## Version 1.0.4 - 2022-03-28
24+
25+
- Update to Laravel 9.x

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "laravel-frontend-presets/light-bootstrap-dashboard",
3-
"description": "Laravel 5.x Front-end preset for argon",
3+
"description": "Laravel 9.x Front-end preset for argon",
44
"license": "MIT",
55
"homepage": "https://github.com/creativetimofficial/light-bootstrap-dashboard-laravel",
66
"keywords": ["Laravel", "Preset", "Light Bootstrap"],
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) 2019 [Updivision](https://updivision.com) [Creative Tim](https://www.creative-tim.com)
3+
Copyright (c) 2022 [Updivision](https://updivision.com) [Creative Tim](https://www.creative-tim.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

readme.md

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

77
![Product Image](https://github.com/creativetimofficial/public-assets/raw/master/light-bootstrap-dashboard-laravel/intro.gif)
88

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

1111
## Note
1212

@@ -21,7 +21,7 @@ If you don't already have an Apache local environment with PHP and MySQL, use on
2121
- Mac: https://wpshout.com/quick-guides/how-to-install-mamp-on-your-mac/
2222

2323
Also, you will need to install Composer: https://getcomposer.org/doc/00-intro.md
24-
And Laravel: https://laravel.com/docs/8.x/installation
24+
And Laravel: https://laravel.com/docs/9.x/installation
2525

2626
## Installation
2727

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

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

0 commit comments

Comments
 (0)