Am developing application using laravel 4.2 and one doubt for how to integrate payment gateway in la...
@foreach($users as $user) $rows = '<tr>' . '<td>'.$user['first_name'].' '.$user['last...
@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<div style=...
Creating PDF File using ajaz method. Am using https://github.com/thujohn/pdf-l4 pdf package
Store data after return to dashboard view. using : return Redirect::to('/admin/dashboard')->with(...
Try like this, $credentials = $this->getLoginCredentials(); if (Auth::attempt($credentials)) { re...
redirect not working. return Redirect::to('/admin/dashboard')->with('users',$users);
Thanks, TorchSK. Other ways to get particular field without using foreach statement. {{ Session::get...
The Laravel portal for problem solving, knowledge sharing and community building.