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

Set the page title

You would usually do something like: master.blade.php <!DOCTYPE html> <html lang="en&q...

0 Likes
Solved
replied 9 years ago

How to get text attribut of form control in blade

Only the value attribute is submitted in an html form You could do something with hidden fields and...

0 Likes
Solved
replied 9 years ago

laravel POST request to root url

Difficult to say without seeing your routes.php file

0 Likes
replied 9 years ago

Route Parameters Not Resolving

Route::get('/task/{$id}', function($id) { ... Should be Route::get('/task/{id}', function($id) { .....

0 Likes
Solved
replied 9 years ago

Passing variable to a view using middleware

This is already available if (Auth::check()) { // The user is logged in... } You can get the cu...

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.