Andrey Helldar

Results 108 comments of 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. ```

@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 ``` ![image](https://user-images.githubusercontent.com/10347617/109283146-795f0b00-782f-11eb-8335-651b4c61695f.png)

@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...