Support the ongoing development of Laravel.io →

ensimek

Joined 26 Apr 2015

Statistics

Threads 2
Replies 4
Solutions 0
Articles 0

Mysql group_concat and Union?

Hi guys! I have a query in laravel that does the job in 99%. $users = \DB::table('company_user')...

0 Likes
0 Replies
posted 8 years ago

Cannot access variable in View that was created in Controler while redirecting

Hi I have controller like that: public function sendmail() { $status = \Lang::get('messages.notsent'...

0 Likes
11 Replies
replied 8 years ago

Cannot access variable in View that was created in Controler while redirecting

thanks jimgwhit, it's ok with sessions actually. I just thought that if there's something build it i...

0 Likes
replied 8 years ago

Cannot access variable in View that was created in Controler while redirecting

Same thing: Controller: $status = \Lang::get('messages.notsent'); if (!empty($_POST['name'])...

0 Likes
replied 8 years ago

Cannot access variable in View that was created in Controler while redirecting

Sorry forgot to mention. $status stores string from translation, checked it straight away. it's not...

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.

© 2024 Laravel.io - All rights reserved.