svemirko said: thank you for the answer. I am aware that my folder structure is messed up but this...
There is a documentation about that on (http://laravel.com/docs/commands#building-a-command). Read &...
You can try using DB::raw("CONCAT(first_name, ' ', last_name) as full_name") see document...
You can try using gmail for sending emails from laravel! Just edit app/config/mail.php example
To process next job in queue you can do artisan queue:work or better run artisan queue:subscribe que...
The Laravel portal for problem solving, knowledge sharing and community building.