https://github.com/efficiently/jquery-laravel
This package provides jQuery and the jQuery-UJS driver for your Laravel application
https://github.com/efficiently/jquery-laravel
javascript laravel php ujs unobtrusive
Last synced: about 1 year ago
JSON representation
This package provides jQuery and the jQuery-UJS driver for your Laravel application
- Host: GitHub
- URL: https://github.com/efficiently/jquery-laravel
- Owner: efficiently
- License: mit
- Created: 2014-07-08T13:51:52.000Z (almost 12 years ago)
- Default Branch: 2.5
- Last Pushed: 2021-01-07T09:02:58.000Z (over 5 years ago)
- Last Synced: 2025-03-20T21:19:18.299Z (about 1 year ago)
- Topics: javascript, laravel, php, ujs, unobtrusive
- Language: JavaScript
- Homepage: https://packagist.org/packages/efficiently/jquery-laravel
- Size: 1.11 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jquery-laravel [](https://travis-ci.com/github/efficiently/jquery-laravel)
jQuery! For Laravel 6, 7 and 8! So great.
This package provides:
* jQuery 1, 2 and 3
* the jQuery UJS adapter
## Versions
The `jquery-laravel` package follows these version guidelines
to provide more control over your app's jQuery version from your `composer.json` file:
```
patch version bump = updates to jquery-ujs, jquery-laravel, and patch-level updates to jQuery
minor version bump = minor-level updates to jQuery
major version bump = major-level updates to jQuery and updates to Laravel/Larasset which may be backwards-incompatible
```
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)
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)
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)
For [Laravel 5.0](http://laravel.com/docs/5.0) supports see [jQuery-Laravel **2.0 branch**](https://github.com/efficiently/jquery-laravel/tree/2.0)
For [Laravel 4.1 or 4.2](http://laravel.com/docs/4.2) supports see [jQuery-Laravel **1.0 branch**](https://github.com/efficiently/jquery-laravel/tree/1.0)
## Prerequisites
You must [install Node.js](http://nodejs.org) on your computer (development environment).
This package version is **only** compatible with **PHP >= 7.2** and **Laravel >= 6** framework.
## Installation
Read the wiki [Installation Instructions](https://github.com/efficiently/jquery-laravel/wiki/Installation-Instructions) page.
## Contributing
Feel free to open an issue ticket if you find something that could be improved. A couple notes:
* If it's an issue pertaining to the `jquery-ujs` javascript, please report it to the [jquery-ujs project](https://github.com/rails/jquery-ujs).
* If the jQuery scripts are outdated (i.e. maybe a new version of jQuery was released yesterday), feel free to open an issue and prod us to get that thing updated. However, for security reasons, we won't be accepting pull requests with updated jQuery scripts.
## Credits
This package is a port of the [jquery-rails](https://github.com/rails/jquery-rails) gem from the Ruby on Rails framework.
## Acknowledgements
Released under the MIT License.