breeze icon indicating copy to clipboard operation
breeze copied to clipboard

Minimal Laravel authentication scaffolding with Blade, Vue, or React + Tailwind.

Results 2 breeze issues
Sort by recently updated
recently updated
newest added

This PR updates the Breeze installer to automatically run the `npm install` and `npm run build` commands for you. This will make Breeze consistent with this [Jetstream PR](https://github.com/laravel/jetstream/pull/1119). I just...

Similar to https://github.com/laravel/jetstream/pull/1117, the PR removes the "Breeze" prefix from the component imports in the Vue stack to give users a better sense of ownership over the scaffolding. Additionally, I've...