Support the ongoing development of Laravel.io →
elite123

elite123

Joined 31 Jan 2014

Statistics

Threads 1
Replies 251
Solutions 37
Articles 0
posted 11 years ago

Mail - Close connection

I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...

0 Likes
1 Replies
replied 10 years ago

DIsplay row if date column = todays date

->where('date','=',date('Y-m-d')) Will give you those that have today's date

0 Likes
replied 10 years ago

How to Submit Forms with array fields [ Laravel 5 ]

What doesn't work? Can you post your code where you are receiving the data? {!! Form::text('beginnin...

0 Likes
replied 10 years ago

Eloquent between two dates from database

Are your operators the right way round? ->where('period_starts_at','<=',$dt) ->where('perio...

0 Likes
Solved
replied 10 years ago

Use root route for both logged and non logged user

Can't you just use: Route::get('/', ['as' => 'home', 'uses' => 'HomeController@guest']); Rout...

0 Likes
replied 10 years ago

How to integrate with Laravel

If they are out of the public folder you will need to call them through php/laravel So you could set...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.