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 9 years ago

API Post route

You can access the request: https://laravel.com/docs/5.3/requests $username = $request->input('us...

0 Likes
Solved
replied 9 years ago

Seperate Roles in different models or use only User?

Assuming a dentist could be an admin as well, you could move the role check to the view (or use view...

0 Likes
replied 9 years ago

Sessions in Laravel

\Session::put('job_type', 1); if(\Session::get('job_type') == 1) { { //do something } https://...

0 Likes
replied 9 years ago

Count of occurrence in each row?

$yes = 0; foreach($responses as $response) { if($response == 'Yes') { $yes++; }...

0 Likes
replied 9 years ago

PHP include with database - and Laravel Issue

Can you post some code? You probably need the page to be a blade template (JobForm.blade.php) to use...

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.