Jess Archer

Results 16 issues of Jess Archer

This PR updates the Jetstream installer to automatically run the `npm install` and `npm run build` commands for you. Currently, the [Laravel installer](https://github.com/laravel/installer/blob/df70a9391dbd5f911565312f8afc125a5e86e0d9/src/NewCommand.php#L173) automatically runs these commands when it installs...

This PR updates Jetstream so that it copies the Livewire components on installation to make it more like Breeze, and more like the Vue stack. I've placed them in `resources/views/components`...

Continuing from https://github.com/laravel/jetstream/pull/1110, this PR removes the "Jet" prefix from the component imports in the Vue stack to give users a better sense of ownership over the scaffolding. This does...

This PR applies the same changes to Jetstream that https://github.com/laravel/breeze/pull/177 applied to Breeze: - It adds the missing dark text variant for the nav links on the Vue Welcome page...

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...

The model factory documentation is currently located on the database testing page. Model factories are very commonly used in database seeders as well, so I don't find the current location...

This PR fixes the following issue where the console iframe is not transparent on sites that specify a `color-scheme`, such as GitHub: ![image](https://user-images.githubusercontent.com/4977161/177530584-2b3945f3-fde1-4378-995f-053afe87f9e2.png) The issue is caused by a change...

First off, I think this is a great package! The only thing that stood out to me as a bit strange was the naming of the rule, `PasswordExposed`. We chatted...

This PR updates the docs for the unreleased `3.x` version of Jetstream. I have created a separate commit that copies the `2.x` docs to `3.x` so that actual content changes...