Dmitry Pupinin
Dmitry Pupinin
The best example of **state pattern** is something determined. The feature of the pattern is branching without `if`. ```php interface PhoneState { public function pickUp(): PhoneState; public function hangUp(): PhoneState;...
I was describe and implement this feature for Entrust https://github.com/Zizaco/entrust/issues/298 but Entrust hasn't permission inheritance, so I don't like it much...
@boynet thanks, I know. But it's not the same. `Gate` provide aplication level of abilities. It doesn't allow revoke ability from user and because it's not user level abilities we...
Next commit (1853d41) fix wrong count when groupBy used in query.
@timgws it isn't the same. When I use groupBy I want know how many groups there are. Not how many items in all groups which `noGroupByOnCount` gives. I can use...
@Javier-Rotelli yes ;o) but in little less lines
@Javier-Rotelli thanks but it already in main develop branch
OS: Linux Convert Cyrillic to snake_case change selection to nothing. https://stackoverflow.com/questions/36187349/python-regex-for-unicode-capitalized-words
@Bonobomagno > need some fix becouse of 503 error It works fine. Be sure that you were update your own .env file
Now asking the name of symlink, so you can install script for multiply instances of Laradock