mrakodol / Laravel-5-Bootstrap-3-Starter-Site

Laravel Framework 5 Bootstrap 3 Starter Site is a basic application with news, photo and video galeries.
884 stars 406 forks source link

JQuery not defined #212

Closed amanySaad closed 8 years ago

amanySaad commented 8 years ago

I want to add some JS code , I create anew js file in "public/js " but I have a message "ReferenceError: jQuery is not defined"

any help?

terrorfall commented 8 years ago

This is till present in latest build. Fresh install I get

Uncaught ReferenceError: $ is not defined

On both admin.js:2 and dashboard:217

stojankukrika commented 8 years ago

you didn't run gulp and didn't read readme file step by step.

terrorfall commented 8 years ago

I did, the problem only applies to the admin section, not the rest of the site.