I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
What is the ajax call returning? (Developer tools -> network -> response) Your ajax call is ma...
Anything you are linking to will need to be public accessible (e.g. in your "public" folde...
What query do you get if you echo ->toSql();
It depends really on what data you are storing, but generally implied consent is fine - i.e. you jus...
$rules['assigned_to_user'] = 'required_without:assigned_to_group'; $rules['assigned_to_group'] = 're...
The Laravel portal for problem solving, knowledge sharing and community building.