Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Exclamation Thread: Shield: check user isActivated() do not work properly by using custom action register
Post: Shield: check user isActivated() do not work prope...

Hi guys. I need little help for this case. I am using custom action for register, like this one below: PHP Code: -- public array $actions = [         'register'  => RegisterAction::class,        ...
618 Views
1 Replies
10-22-2024, 11:06 PM
SonzoXide
    Thread: validateData string error message
Post: RE: validateDate string error message

yehchge Wrote: (07-07-2024, 09:14 PM) -- In the controller, use PHP Code: -- $this->validateData($data, 'account'  => 'required|string|max_length[64]|min_length[3]'); -- but, account input val...
1,314 Views
2 Replies
07-29-2024, 07:29 PM
SonzoXide
    Thread: Shield: how to create user-permission level ?
Post: Shield: how to create user-permission level ?

Hey guys, I would like to ask about how to create any custom user-permission using shield (I don't know the keywords :huh: ). For example:  - I have a table for brands, say it's brand A, B, C, and ...
1,143 Views
1 Replies
07-29-2024, 06:33 PM
SonzoXide
    Thread: How can get Response from API when status is 4xx using Curl library
Post: RE: How can get Response from API when status is 4...

PHP Code: -- $response = $client->request('GET', '/api-endpoint', ['http_errors' => false]); dd($response); -- you may try add http_errors => false, like example above to get the response from API.
1,463 Views
4 Replies
06-07-2024, 09:46 AM
SonzoXide

Theme © iAndrew 2016 - Forum software by © MyBB