Andrey Helldar
Andrey Helldar
I use Laravel 5.6. `CACHE_DRIVER=file` or `CACHE_DRIVER=database` (I use MySQL 5.7 database). I get the same error: ``` BadMethodCallException: This cache store does not support tagging. ```
@sherkhanz Thanks!
@nticaric, this is a dead package. Use [laravel-roles](https://github.com/andrey-helldar/laravel-roles) instead.
In my practice, so large numbers did not occur in use at php.
In my opinion, tests need to cover all the code. As for the limitation of the degree of the number, I think you can introduce a restriction. Thus, it will...
I can be wrong, but it seems to me that this functionality already exists (see #79 PR). I studied the code and added documentation. PS: Immediately I apologize if something...
Me too ``` - name: Setup MySQL uses: mirromutth/mysql-action@v1 with: mysql root password: root - name: Start MySQL run: sudo service mysql restart ``` 
@JungHanter, it's works for me: https://github.com/mirromutth/mysql-action/issues/10#issuecomment-782284963
Fixed PR (https://github.com/andrey-helldar/sneaker/pull/1)
The packet normally returns information about the location of the error. The main thing is to read the stack trace carefully. It indicates the file in which the error occurred...