How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...
My code is like this : <?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Mo...
I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...
How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...
I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...
I follow this : http://stackoverflow.com/questions/19983610/how-to-get-page-number-on-dompdf-pdf-whe...
I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...
Hi, I am an administrator of a WHM/Cpanel Server and an experienced Laravel developer, I have multip...
Hi, When I use route group with prefix and place route resource inside this group, all resource rout...
I want to change the view path (view.paths) based on a set variable. I've tried with App::before(fun...
My controller is like this : public function listdata() { $pdf=PDF::loadView('print_tests.pdf'); $...
AnyChart, one of global leaders in interactive data visualization, have just released 21 integration...
I get reference from here : https://github.com/barryvdh/laravel-dompdf My controller code is like th...
I add $pdf->set_option('isPhpEnabled', true); is like this : public function listdata() { $data...
I get from here : https://github.com/barryvdh/laravel-dompdf I try like this : public function listd...
I'm trying to show "logged in" message after user logged in to my application, actually wh...
Hi I'm using Laravel 5.3 with vagrant/homestead setup. Everything working fine, no issues until sett...
I wanna shows the route errors when I work on my local. My code in App\Exceptions\handler.php I trie...
Hi, I'm teaching a Laravel 5 class to mostly self-employment people that have knowledge of PHP and b...
Hi, I have a problem with Stripe and my server. Stripe support said me that I have to update the Str...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community