buonzz/laravel-jquery

jQuery Assets and Blade Extensions for Laravel
373 1
Install
composer require buonzz/laravel-jquery
Latest Version:v1.0.0
PHP:>=5.4.0
License:MIT
Last Updated:Aug 24, 2014
Links: GitHub  ·  Packagist
Maintainer: buonzz

Laravel jQuery

Build Status

This package makes the jQuery Assets and Blade Extensions available for use in your blade templates.

Installation

Edit your composer.json file, add this in the require property:

"buonzz/laravel-jquery": "1.*"

fetch the package by:

composer update

Add the service provider in your config/app.php file

'Buonzz\LaravelJquery\LaravelJqueryServiceProvider'

Publish the assets

php artisan asset:publish

Usage

Use this Blade template tag to insert the js tag inside the head/body tag

{{@jquery_js_tag}}

Your template should now have jQuery loaded

Related Packages

yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

10,627,446 284
yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

10,063,884 256
efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel >= 5.1 a...

11,317 13
proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rul...

2,381,793 1,141