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(...
@PovilasKorop refer this link : http://stackoverflow.com/questions/28538577/how-can-i-use-sentry-wit...
@PovilasKorop Sentry support in laravel 5. There is no official support right now for Sentry in L5...
@martindevnow set driver name Mandrill, 'driver' => 'mandrill' refer this link : http://larav...
@tut1, Create groups and permissions using sentry. if its, check the admin group : @if(Sentry::getUs...
The Laravel portal for problem solving, knowledge sharing and community building.
The community