Hi guys! I have a query in laravel that does the job in 99%. $users = \DB::table('company_user')...
Hi I have controller like that: public function sendmail() { $status = \Lang::get('messages.notsent'...
thanks jimgwhit, it's ok with sessions actually. I just thought that if there's something build it i...
Same thing: Controller: $status = \Lang::get('messages.notsent'); if (!empty($_POST['name'])...
Sorry forgot to mention. $status stores string from translation, checked it straight away. it's not...
The Laravel portal for problem solving, knowledge sharing and community building.
The community