jetstrap icon indicating copy to clipboard operation
jetstrap copied to clipboard

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.

Results 29 jetstrap issues
Sort by recently updated
recently updated
newest added

**ReferenceError: $ is not defined** When **Features::api()** is enabled, and you create a Token in that view, it should open a modal, but it won't, it throws that error: _app.js:N...

when executing npm run dev ERROR in ./resources/sass/dashboard/dashboard.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Top-level selectors may not contain the parent selector "&". ╷...

Fixes missing html parts and else if statement in the two-factor-authentication-form blade views

{ Inertia } needed to be imported before using in the logout() function This was the console error I was getting upon clicking the logout. ![inertia-bug-in-nascent-africa](https://user-images.githubusercontent.com/45780006/161606539-5c859a92-c8c0-4db8-9c7d-46336a3ea0f9.jpg)

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** The checkbox classes used correspond to Bootstrap 4 and not to Bootstrap 5. **To Reproduce** Steps to reproduce the behavior: 1. Go to the `resources/js/Pages/Auth/Register.vue` 2. Check...

This is causing problems for people who only use Laravel Breeze, and never install jetstream at all. **To Reproduce** 1. Install fresh laravel 8 app and follow the official docs...