Skip to content

Commit bd52199

Browse files
Upgrade to Laravel 9.x
1 parent 9d1cb13 commit bd52199

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
@@ -27,4 +27,7 @@ All notable changes to `Black Dashboard` frontend preset for Laravel will be doc
2727
## Version 1.0.6 - 2020-09-23
2828

2929
- Update to Laravel 8.x
30+
## Version 1.0.7 - 2022-03-28
31+
32+
- Update to Laravel 9.x
3033

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/black-dashboard",
3-
"description": "Laravel 5.x Front-end preset for black dashboard",
3+
"description": "Laravel 9.x Front-end preset for black dashboard",
44
"license": "MIT",
55
"homepage": "https://github.com/creativetimofficial/black-dashboard-laravel",
66
"keywords": ["Laravel", "Preset", "Black"],
77
"require": {
8-
"laravel/framework": "^8.0",
8+
"laravel/framework": "^9.0",
99
"laravel/legacy-factories": "^1.0"
1010

1111
},

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![Product Image](/screens/intro-black.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

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

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

25-
And Laravel: https://laravel.com/docs/8.x/installation
25+
And Laravel: https://laravel.com/docs/9.x/installation
2626

2727
## Installation
2828

0 commit comments

Comments
 (0)