Ehsan Ahmed Farooqi
Ehsan Ahmed Farooqi
hi, no matter what setting i create, i get the error setting doesn't exist. Laravel Version: 8.61.0 PHP 8 I can see the settings in table, they are enabled. Everything...
when we create the settings as follows: ``` Setting::name('color') ->array() ->group('theme'); ``` in this case default value for this setting should be null but in the table `user_settings` the default...
**News Options Added** - disableSelectAutoFocus In case the select is initiated as js plugin like select2 or Chosen etc. the focus will not work and will jump the page to...
need this type of query. how can we get it from this builder. WHERE lastname = 'Smith' OR lastname = 'john' And (age = 1) there is no way we...
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
hi, Does mailpit support ssl implementation? I am unable to find any documentation for this. Mailpit works fine with http but with https its not working. Certificates are properly implemented...