johnchristopher
Results
23
comments of
johnchristopher
I would like two kind of stars: - One for things I want to read later; - one for things I want to keep as a reference for an indefinite...
> ``` > docker compose exec --user application app sh > php artisan tinker > User::first()->update(['password', Hash::make('myNewSuperPassword')]); > ``` I had to set an associative array. It returned `true` but...
Seems to be fixed now. Was it related to radix-ui ?