Support the ongoing development of Laravel.io →

3,391 Threads

Laravel/Lumen 5.3.3: override evn values in migrations

In laravel documentations I vividly see: https://laravel.com/docs/5.3/configuration#environment-conf...

0 Likes
0 Replies

Laravel website separation

I currently have a website up and running. I developed a laravel application on localhost. I want to...

0 Likes
1 Replies

5.2: Ajax Auth not picking up session?

I've got a working auth system built using the built in auth system provided by Laravel 5.2. It's wo...

0 Likes
4 Replies
Solved

gulp watch unreliable?

Is it just me, or does "npm run dev" sometimes fails to build files to your public directo...

0 Likes
0 Replies
posted 8 years ago

Rearranging and optimising website based on laravel?

Rearranging website project based on laravel, there are any methods that will speed up work? In the...

0 Likes
2 Replies

mysqli support in laravel

How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...

0 Likes
2 Replies

How to using counter in foreach migration table? (laravel 5.3)

My code is like this : <?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Mo...

0 Likes
1 Replies

How to add and update config varaibles in laravel

I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...

0 Likes
1 Replies
Solved

How to print every data in jquery

How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...

0 Likes
0 Replies

How to add page number for every page in laravel dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...

0 Likes
2 Replies
Solved

Call to undefined method Barryvdh\DomPDF\PDF::setOptions() (laravel 5.3)

I follow this : http://stackoverflow.com/questions/19983610/how-to-get-page-number-on-dompdf-pdf-whe...

0 Likes
0 Replies

Use Alias in SelectRaw

I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...

0 Likes
0 Replies

CPanel Based Install - Intermittant 500 Internal Server Error.

Hi, I am an administrator of a WHM/Cpanel Server and an experienced Laravel developer, I have multip...

0 Likes
3 Replies
Solved
posted 10 years ago

Resource route names without prefix

Hi, When I use route group with prefix and place route resource inside this group, all resource rout...

0 Likes
6 Replies
Solved

How do you change the view path without changing the config file?

I want to change the view path (view.paths) based on a set variable. I've tried with App::before(fun...

0 Likes
5 Replies
Solved

How to using bootstrap in laravel dompdf?

My controller is like this : public function listdata() { $pdf=PDF::loadView('print_tests.pdf'); $...

0 Likes
1 Replies

AnyChart released an integration template for charting with PHP, Laravel and MySQL

AnyChart, one of global leaders in interactive data visualization, have just released 21 integration...

0 Likes
0 Replies

How to setting landscape in laravel-dompdf?

I get reference from here : https://github.com/barryvdh/laravel-dompdf My controller code is like th...

0 Likes
1 Replies

How to add page number in laravel dompdf?

I add $pdf->set_option('isPhpEnabled', true); is like this : public function listdata() { $data...

0 Likes
1 Replies

How to solve "Call to a member function build_tree() on null" in laravel-dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf I try like this : public function listd...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.