You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding a responsive top-bar menu, the realized jQuery nor Foundation were available. To fix I added a bootstrap.js to /resources/assets/js/app:
And added import './bootstrap'; to the top of /resources/assets/js/app/app.js. Seems like common sense now, but I assumed jQuery/Foundation would be available out of the box like in the admin panel.
The text was updated successfully, but these errors were encountered:
I tried adding a responsive top-bar menu, the realized jQuery nor Foundation were available. To fix I added a
bootstrap.js
to/resources/assets/js/app
:And added
import './bootstrap';
to the top of/resources/assets/js/app/app.js
. Seems like common sense now, but I assumed jQuery/Foundation would be available out of the box like in the admin panel.The text was updated successfully, but these errors were encountered: