Support the ongoing development of Laravel.io →

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 9 years ago

laravel 5- auth

@PovilasKorop - agree with this.

0 Likes
replied 9 years ago

laravel 5- auth

@PovilasKorop refer this link : http://stackoverflow.com/questions/28538577/how-can-i-use-sentry-wit...

0 Likes
replied 9 years ago

laravel 5- auth

@PovilasKorop Sentry support in laravel 5. There is no official support right now for Sentry in L5...

0 Likes
replied 9 years ago

Mail::send with attachment using Mandrill as driver

@martindevnow set driver name Mandrill, 'driver' => 'mandrill' refer this link : http://larav...

0 Likes
replied 9 years ago

laravel 5- auth

@tut1, Create groups and permissions using sentry. if its, check the admin group : @if(Sentry::getUs...

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.