| Package Data | |
|---|---|
| Maintainer Username: | buonzz |
| Maintainer Contact: | buonzz@gmail.com (Darwin Biler) |
| Package Create Date: | 2014-08-23 |
| Package Last Update: | 2014-08-24 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:02:10 |
| Package Statistics | |
|---|---|
| Total Downloads: | 373 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This package makes the jQuery Assets and Blade Extensions available for use in your blade templates.
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
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