laravel-jquery maintained by buonzz
Description
jQuery Assets and Blade Extensions for Laravel
Author
Last update
2014/08/24 04:17
(dev-master)
License
Downloads
373
Tags
Laravel jQuery
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