Support the ongoing development of Laravel.io →

3,383 Threads

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

Avoiding laravel from redirecting user after login

I'm trying to show "logged in" message after user logged in to my application, actually wh...

0 Likes
1 Replies
Solved

Passport install error with 'php artisan passport:install'

Hi I'm using Laravel 5.3 with vagrant/homestead setup. Everything working fine, no issues until sett...

0 Likes
1 Replies
posted 7 years ago

How can I check local mode

I wanna shows the route errors when I work on my local. My code in App\Exceptions\handler.php I trie...

0 Likes
1 Replies

Laravel course for PHP programmers with no framework experience. What would you like to learn?

Hi, I'm teaching a Laravel 5 class to mostly self-employment people that have knowledge of PHP and b...

0 Likes
1 Replies

Stripe-php library update!

Hi, I have a problem with Stripe and my server. Stripe support said me that I have to update the Str...

0 Likes
1 Replies
posted 10 years ago

[PROBLEM] asset() not point to public folder

Hi everyone. after install laravel. I was copy index.php from public to root folder and change confi...

0 Likes
9 Replies

Ability to change the "base_url" for S3 client: Illuminate/Filesystem/FilesystemManager.php

I posted this issue on GitHub, but didn't get a response, hoping I'll get more help here instead......

0 Likes
2 Replies

Problem with Middleware - ReflectionException in Container.php

Hi, I'm having this error message when I try to load an Middleware. ReflectionException in Container...

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.

© 2024 Laravel.io - All rights reserved.