Skip to content

Commit

Permalink
Update for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfletcher committed Mar 9, 2022
1 parent 738d62d commit bf6f402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "torrix/laravel-uikit",
"description": "UIkit starter template for Laravel 8",
"description": "UIkit starter template for Laravel 9",
"minimum-stability": "stable",
"keywords": [
"laravel",
Expand Down
4 changes: 2 additions & 2 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@section('content')
<div class="uk-section uk-section-small uk-section-muted">
<div class="uk-container">
<h1 class="uk-heading-divider">UIkit starter template for Laravel 8</h1>
<h1 class="uk-heading-divider">UIkit starter template for Laravel 9</h1>
<p>
Congratulations, you've successfully installed the UIkit starter template for Laravel 8. Have a browse
Congratulations, you've successfully installed the UIkit starter template for Laravel 9. Have a browse
through the links below for inspiration on how to work with Laravel, UIkit, and Vue.js. Happy coding!
</p>
<div class="uk-grid" data-uk-grid data-uk-height-match="target:.uk-card">
Expand Down

0 comments on commit bf6f402

Please sign in to comment.