Results 379 comments of Chris Brown

> Hello everyone!!!. I have problem with laravel permission on migrating , how you can see in the picture ! Duplicate of #2650

I've occasionally run into this remember-token confusion. I hadn't investigated, but it looks like your proposal probably solves that. Thanks for that. One year is probably fine. Perhaps there's value...

I think we need to add some tests for this situation we're trying to fix. A couple observations: 1. The reported situations are where the data being passed is from...

> Could this be a breaking change? As in need to bump to `7.0` immediately?

> Possibly [a breaking change], if someone uses numbers as names in permissions/roles, they will no longer be able to access those models through the package. I wonder if **that**...

Status: Trying to decide whether this is safe to merge into v6, or whether to tag it as v7 .... and then what the complaints will be about v7 :(

> are we planning on offering numerous choices? using google authenticator removes the need to check for expired tokens/codes as it is already a time based solution. > > i...

> in looking at my code, it seems that i based it on an outside library. unfortunately that library has not been updated in a number of years, and newer...

Correct. Until a release is tagged, must use the 7.x-dev branch: `composer require dyrynda/laravel-model-uuid:7.x-dev`

I just tested it on PHP 8.2.16 using: `laravel new laravel11` to install a fresh Laravel 11 project. and then `cd laravel11` `composer require dyrynda/laravel-model-uuid:7.x-dev` to install this package. Composer...