Support the ongoing development of Laravel.io →

2,053 Threads

How can I adjust the position of the signature to be more dynamic (laravel dompdf)?

My controller is like this : public function listdata(Request $request) { ... $pdf = PDF::loadV...

0 Likes
0 Replies

Getting error when returning query to view (Trying to get property of non-object)

Hello, I'm trying to get the info from a specific user via a ID in the url. This is my route: Route:...

0 Likes
2 Replies
Solved

Remove Empty Line Breaks from Source View

So besides a functional application I also want my source view to look a bit more decent. However I...

0 Likes
2 Replies
posted 10 years ago

Get filenames in some directory

Hello, I'm trying to create feature, that would list all files in specified directory, and echo out...

0 Likes
6 Replies
posted 7 years ago

my coustom classes donot load view nor redirect to any page .

i am using laravel 5 , i have created an abstract class visitor and has an abstract method showProfi...

0 Likes
3 Replies
Solved

Pagination wrongly displayed

Hi, when using pagination, I get the page numbers in three places, twice just after the body tag (kn...

0 Likes
2 Replies
posted 7 years ago

how to simplifie <a href="/object/ {{ $object->obj_id }}">{{ $object->name }} </a>

Hello, I have a view, called index.blade.php but i think it could be simplified. @extends('layout')...

0 Likes
2 Replies

Creatinf page content

Hi, here is a basic question I'm working on the same website which i have been asking questions abou...

0 Likes
1 Replies
Solved
posted 7 years ago

Does anybody know a pain-free method to implement Compass

Hello everyone, I like to use Compass for the mixins it provides, sadly Laravel Elixir doesn't suppo...

0 Likes
1 Replies

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

Laravel show array json

I want to show data from database: for every id_grup has many lapangan(court) $groups_resource...

0 Likes
2 Replies

How to set a variable in blade (laravel 5.3)?

I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...

0 Likes
1 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

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

Laravel 5.3 with datatable adding id to table row

Hello, I'm busy learning Laravel. How can I add an id to a row in a datatable in laravel 5.3? The id...

0 Likes
1 Replies
posted 7 years ago

Problem in view

Hello, I am working on a forum in Laravel 5.3 and when I look at my view I get: " ["Inform...

0 Likes
2 Replies
Solved

Please help, setting anchor link problem, gives ERROR...

In my laravel application, when I am trying to link the username of the person who has posted in the...

0 Likes
1 Replies

why fa-angle-left icon in adminlte laravel infyom generator untidy?

I get the adminlte from here : https://github.com/InfyOmLabs/adminlte-generator In here : https://gi...

0 Likes
0 Replies

Many-to-Many Relationship Form Binding (Laravel 5.3)

Hey guys, I am having trouble coming up with a plan on how to populate the "team_user" tab...

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.