Support the ongoing development of Laravel.io →
kumarramalingam

kumarramalingam

Joined 25 Jul 2014

Statistics

Threads 6
Replies 13
Solutions 0
Articles 0

Integrate Payment Gateway in Laravel 4.2

Am developing application using laravel 4.2 and one doubt for how to integrate payment gateway in la...

0 Likes
0 Replies

PDF Generation

@foreach($users as $user) $rows = '<tr>' . '<td>'.$user['first_name'].' '.$user['last...

0 Likes
2 Replies
Solved

PDF Generation.

@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<div style=...

0 Likes
3 Replies

How to create pdf document using ajax?

Creating PDF File using ajaz method. Am using https://github.com/thujohn/pdf-l4 pdf package

0 Likes
1 Replies

Redirect Issue.

Store data after return to dashboard view. using : return Redirect::to('/admin/dashboard')->with(...

0 Likes
2 Replies
replied 11 years ago

Auth::attempt command always fails using laravel 4.2.16

Try like this, $credentials = $this->getLoginCredentials(); if (Auth::attempt($credentials)) { re...

0 Likes
replied 11 years ago

Redirect Issue.

redirect not working. return Redirect::to('/admin/dashboard')->with('users',$users);

0 Likes
replied 11 years ago

Array items put into session.

Thanks, TorchSK. Other ways to get particular field without using foreach statement. {{ Session::get...

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.

© 2026 Laravel.io - All rights reserved.