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
Experimental support for Laravel 6, 7 and 8 & PHP 7.2, 7.3, 7.4 and 8.0!
Add latest jQuery 3.5.1
Drop support for Laravel 5.5, 5.6 and 5.7 (please, use the 2.4 branch
instead)
Drop support for PHP 7.0 and 7.1 (please, use the 2.4 branch instead)
@@ -18,6 +18,8 @@ minor version bump = minor-level updates to jQuery
18
18
major version bump = major-level updates to jQuery and updates to Laravel/Larasset which may be backwards-incompatible
19
19
```
20
20
21
+
For [Laravel 5.5, 5.6 or 5.7](http://laravel.com/docs/5.7) supports see [jQuery-Laravel **2.4 branch**](https://github.com/efficiently/jquery-laravel/tree/2.4)
22
+
21
23
For [Laravel 5.1, 5.2, 5.3 or 5.4](http://laravel.com/docs/5.4) supports see [jQuery-Laravel **2.3 branch**](https://github.com/efficiently/jquery-laravel/tree/2.3)
22
24
23
25
For [Laravel 5.1 or 5.2](http://laravel.com/docs/5.2) supports see [jQuery-Laravel **2.1 branch**](https://github.com/efficiently/jquery-laravel/tree/2.1)
@@ -30,51 +32,11 @@ For [Laravel 4.1 or 4.2](http://laravel.com/docs/4.2) supports see [jQuery-Larav
30
32
31
33
You must [install Node.js](http://nodejs.org) on your computer (development environment).
32
34
33
-
This package version is **only** compatible with **PHP >= 7.0** and **Laravel >= 5.5** framework.
35
+
This package version is **only** compatible with **PHP >= 7.2** and **Laravel >= 6** framework.
34
36
35
37
## Installation
36
38
37
-
Read the wiki [Installation Instructions](https://github.com/efficiently/jquery-laravel/wiki/Installation-Instructions) page, if you don't want to use the Larasset package
38
-
39
-
Or, if you want to use the [Larasset](https://github.com/efficiently/larasset) package which include `jquery-laravel` by default:
0 commit comments