Mark

Results 5 issues of Mark

## API - [x] Do not allow to remove owner Role's permission - [x] User - [x] Role - [ ] Page Database - [ ] Page API - [...

something like: ``` $v->sometimes('reason', 'required|max:500', function($input) { return $input->games >= 100; }); ```

i wanna save value/array into that cart, like shipping, address etc... how can i do that?

I am using $_COOKIE['cart_identifier'] to get it. but in laravel ,can moltin use Cookie method to set cart_identifier? so that we can use cookie method get it. or maybe make...