In laravel documentations I vividly see: https://laravel.com/docs/5.3/configuration#environment-conf...
I currently have a website up and running. I developed a laravel application on localhost. I want to...
I've got a working auth system built using the built in auth system provided by Laravel 5.2. It's wo...
Is it just me, or does "npm run dev" sometimes fails to build files to your public directo...
Rearranging website project based on laravel, there are any methods that will speed up work? In the...
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...
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