-
Hey Sam!
Thanks for submitting this piece of work to the Laravel community. I would recommend to introduce some unit tests and do some separation of concerns: perhaps the InstallCommand does too mu…
-
Because Inertia also supports React and there were a lot of requests i created React version of Jetstream.
I tried to make the code close to vue version.
There are a number of things that are not …
-
Integrate laravel authentication using laravel breeze
-
So I tried to clone the branch repo you put up, it copied locally just fine but I'm apparently missing something. I did notice the vendors aren't included (which makes sense because that would be huge…
-
Hi,
I tried to verify email by implementing MustVerifyEmail in user model.
I got error when I try to register a user;
Route [verification.verify] not defined.
-
Problem related to https://github.com/laravel/passport/issues/248
Problem only on chrome(tested from 64-67).
If I enter through the link directly in the new tab, the problem does not occur, but if…
-
Since the prod build of frontend assets uses PurgeCSS, it should be aware of Blade views that aren't in `resources/`.
Specifically, using pagination in Livewire works locally, but gets its styles p…
-
My `composer.json`:
```json
{
"name": "project/name",
"type": "project",
"license": "proprietary",
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
…
-
Hi Team,
Firstly, thanks for creating Jetstream, I'm still in my early stages yet with Laravel but Jetstream seems fantastic. I'm coming from Breeze, so apologies if this is 'self solvable'.
I'm…
-
- Laravel Mix Version: 5.0.1 (`npm list --depth=0`)
- Node Version (`node -v`): v15.4.0
- NPM Version (`npm -v`): 7.0.15
- OS: maxOS 11.0.1
### Description:
Mix automatically installe…