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(...
@anakadote try this, $payment = new JobPayment; $payment->amount = $request->input('payment_a...
Hello Mudradimohan, Refer this links, http://laravel.com/docs/5.0 2 .http://learninglaravel.net/ta...
psychonetic said: Could you please provide some more details? It's actually not really clear what a...
am trying this format: get last record in pdf file. http://laravel.io/bin/wJYK0 Am need all records...
The Laravel portal for problem solving, knowledge sharing and community building.