Skip to content

Commit

Permalink
Update Laravel version to 11 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei committed Apr 28, 2024
1 parent d9f0f64 commit 7049bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Tests](https://github.com/jewei/laravel-skeleton/actions/workflows/tests.yml/badge.svg)](https://github.com/jewei/laravel-skeleton/actions/workflows/tests.yml)
[![Static analysis](https://github.com/jewei/laravel-skeleton/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/jewei/laravel-skeleton/actions/workflows/static-analysis.yml)

Start a new project by scaffolding a PHP 8.2, Laravel 10 app. It combines the latest technologies and best practices.
Start a new project by scaffolding a PHP 8.2, Laravel 11 app. It combines the latest technologies and best practices.

## Usage

Expand All @@ -22,7 +22,7 @@ composer create-project jewei/laravel-skeleton
5. HTTP Client: Prevents stray requests.
6. Pint: Styling with Laravel preset.
7. Rector: Laravel upgrade rules set.
8. Middleware: ResponseWithJson for APIs.
8. Middlewares: Collection of useful middlewares.
9. Removed Sail - Docker is complicated.

## What's next?
Expand Down

0 comments on commit 7049bf9

Please sign in to comment.