Bryan

Results 20 comments of Bryan

@coderkoala I would see vite as a seperate pull request. Always happy for any help.

There is a pull request in. https://github.com/rappasoft/laravel-boilerplate/pull/1583

Yes you are right. A possible solution would be to modify the rules function in the file app\Domains\Auth\Http\Controllers\Frontend\ResetPasswordController.php to update the 'email' requirement. 'email' => ['required', 'max:255', 'email', Rule::exists(with(new User())->getTable())->where(function...

I think that is in https://github.com/laravel/ui/blob/3.x/auth-backend/ResetsPasswords.php

I used postgres as well. An example of 1. if (Schema::getConnection()->getDriverName() == 'pgsql') { } else { }

Not yet ready

Confirmed functional. Misread configuration

Acknowledgement link for @npostman https://github.com/squareboat/sneaker/pull/57

@JorisDebonnet Agree and have updated README as suggested

Yes Laravel 8 would need a seperate branch.