I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
->where('date','=',date('Y-m-d')) Will give you those that have today's date
What doesn't work? Can you post your code where you are receiving the data? {!! Form::text('beginnin...
Are your operators the right way round? ->where('period_starts_at','<=',$dt) ->where('perio...
Can't you just use: Route::get('/', ['as' => 'home', 'uses' => 'HomeController@guest']); Rout...
If they are out of the public folder you will need to call them through php/laravel So you could set...
The Laravel portal for problem solving, knowledge sharing and community building.