Skip to content

Commit

Permalink
Merge pull request #5 from laravel-frontend-presets/master
Browse files Browse the repository at this point in the history
Update to Laravel 9.x
  • Loading branch information
teamupdivision authored Apr 1, 2022
2 parents acbdda0 + de9d7dd commit 06879a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ All notable changes to `Black Dashboard` frontend preset for Laravel will be doc
## Version 1.0.6 - 2020-09-23

- Update to Laravel 8.x
## Version 1.0.7 - 2022-03-28

- Update to Laravel 9.x

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "laravel-frontend-presets/black-dashboard",
"description": "Laravel 5.x Front-end preset for black dashboard",
"description": "Laravel 9.x Front-end preset for black dashboard",
"license": "MIT",
"homepage": "https://github.com/creativetimofficial/black-dashboard-laravel",
"keywords": ["Laravel", "Preset", "Black"],
"require": {
"laravel/framework": "^8.0",
"laravel/framework": "^9.0",
"laravel/legacy-factories": "^1.0"

},
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

*Frontend version*: Black Dashboard v1.0.0. More info at https://www.creative-tim.com/product/black-dashboard

[<img src="https://s3.amazonaws.com/creativetim_bucket/products/164/original/opt_blk_laravel_thumbnail.jpg?1561102244" width="100%" />](https://www.creative-tim.com/live/black-dashboard-laravel?ref=bdl-readme)
[<img src="https://s3.amazonaws.com/creativetim_bucket/products/164/original/opt_blk_laravel_thumbnail.jpg" width="100%" />](https://www.creative-tim.com/live/black-dashboard-laravel)

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

## Note

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

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

And Laravel: https://laravel.com/docs/8.x/installation
And Laravel: https://laravel.com/docs/9.x/installation

## Installation

Expand Down

0 comments on commit 06879a4

Please sign in to comment.