You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`laravel-11.x` (`11.0.0`) | 11.x | >= 8.2 | Use `^11.0` for Laravel 11 apps. |
14
+
|`laravel-10.x` (`10.0.0`) | 10.x | >= 8.1 | Use `^10.0` for Laravel 10 apps. |
15
+
|`laravel-9.x` (`9.0.0`) | 9.x | >= 8.2 | Use `^9.0` to stay on the Laravel 9-compatible line. |
13
16
| Legacy `2.x` (`2.0.24`) | 5.x – 8.x | ^5.6 || ^7.0 || ^8.0 | Last release for older apps (ships with the legacy generator dependency). |
14
17
15
-
Each Laravel major will get its own maintenance branch/tag series (e.g. `laravel-11.x`→ `11.y.z`). See `doc/versions.md` for the full compatibility matrix.
18
+
Each Laravel major has its own maintenance branch/tag series (e.g. `laravel-12.x`-> `12.y.z`). See `doc/versions.md` for the full compatibility matrix.
16
19
17
20
# Contact
18
21
19
22
https://t.me/h0rnero
20
23
21
24
22
-
## Laravel 6/7/8/9/10 installation
25
+
## Laravel 6/7/8/9/10/11/12 installation
23
26
24
27
The recommended way to install this is through composer:
`master` now tracks future development (Laravel 10+). For long-term support on a particular Laravel major, use the matching `laravel-<major>.x` branch (e.g., `laravel-9.x`) and tags (`9.y.z`).
22
+
`master` now tracks future development (Laravel 12+). For long-term support on a particular Laravel major, use the matching `laravel-<major>.x` branch (e.g., `laravel-10.x`) and tags (`10.y.z`).
0 commit comments