Skip to content

Commit

Permalink
Laravel 9.x Support (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervila authored Feb 10, 2022
1 parent a919269 commit eed04ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Legacy UI Presets with Auth scaffolding for Laravel 8
# Legacy UI Presets with Auth scaffolding for Laravel 8 & 9

<a href="https://packagist.org/packages/rogervila/laravel-legacy-ui"><img src="https://img.shields.io/packagist/dt/rogervila/laravel-legacy-ui" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/rogervila/laravel-legacy-ui"><img src="https://img.shields.io/packagist/v/rogervila/laravel-legacy-ui" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/rogervila/laravel-legacy-ui"><img src="https://img.shields.io/packagist/l/rogervila/laravel-legacy-ui" alt="License"></a>

## Introduction

### This project brings old Auth scaffolding to Laravel 8 for projects that cannot migrate to [Jetstream](https://github.com/laravel/jetstream)
### This project brings old Auth scaffolding to Laravel 8 & 9 for projects that cannot migrate to [Jetstream](https://github.com/laravel/jetstream)

> NOTE: Laravel released [laravel/breeze](https://github.com/laravel/breeze), a new scaffolding package that could fit on projects that cannot migrate to Jetstram. I recommend trying it before using this fork.
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rogervila/laravel-legacy-ui",
"description": "Legacy UI with Auth scaffolding for Laravel 8",
"description": "Legacy UI with Auth scaffolding for Laravel 8.x & 9.x",
"keywords": ["laravel", "ui", "legacy", "auth scaffolding"],
"license": "MIT",
"authors": [{
Expand All @@ -9,12 +9,11 @@
}],
"require": {
"php": "^7.3|^8.0",
"illuminate/console": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/support": "^8.0"
"illuminate/console": "^8.0|^9.0",
"illuminate/filesystem": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.0"
},
Expand Down

0 comments on commit eed04ef

Please sign in to comment.