Support the ongoing development of Laravel.io →

2,053 Threads

PDF Generation

@foreach($users as $user) $rows = '<tr>' . '<td>'.$user['first_name'].' '.$user['last...

0 Likes
2 Replies
Solved

Protecting images from being downloaded with PHP script in image tag

I'm working on a website for an artist, and am wondering if there is any way to markup the image tag...

0 Likes
2 Replies
posted 9 years ago

Included view renders instantly when passing data

Hello everybody! I faced a strange behavior of the included view. When I pass data to the included v...

0 Likes
0 Replies

deploy part of web application

I am creating a project in wich I can create multiple websites. So, I have a list of websites in the...

0 Likes
1 Replies

Content to show depending on menu

I'm trying create a page that shows up content depending on the menu you select. So if I'm on the ro...

0 Likes
2 Replies

blade custom function

Hello everyone, I would like to have your opinion about a custom function that I added to blade. The...

0 Likes
1 Replies

Fetch Data from Database using Ajax in Bootstrap Modal

While Fetching data from database and displaying it on table rows, we use @foreach(). But what if th...

0 Likes
1 Replies
posted 9 years ago

Passing parameters between views - the basics

I have a webpage ('teams.blade.php' with three pictures of three sports teams. When the user clicks...

0 Likes
2 Replies
posted 9 years ago

Access Storage facade in views

Hey Loving the flysystem integration in L5 and just got it hooked up with S3 on my live site, and 'l...

0 Likes
0 Replies
posted 9 years ago

Redirect route with data

Hi, When I use redirect()->route('foo.index')->with('success_message', 'Text of message'); in...

0 Likes
0 Replies
posted 9 years ago

Firefox image rendering in laravel

Hello, Is anyone else having inconsistent image rendering with firefox? When I use Chrome, it works...

0 Likes
3 Replies
posted 9 years ago

Laravel Homestead Routing : InvalidArgumentException in compiled.php : View [****] not found

After getting my Laravel Homestead up and running, I'm facing a new problem. Even after some googlin...

0 Likes
0 Replies

PDF Generation.

@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<div style=...

0 Likes
3 Replies

How to create pdf document using ajax?

Creating PDF File using ajaz method. Am using https://github.com/thujohn/pdf-l4 pdf package

0 Likes
1 Replies

[AJAX] Get data from database.

Hello everyone, I am using laravel's eloquent for my website and I want to get all the data from a t...

0 Likes
2 Replies
Solved

Related object and its parameters

Hello there. I have and relationship, for example $contact->contactData. Not every contact has co...

0 Likes
1 Replies
posted 9 years ago

View rendering order, using View Composers.

I am trying to use ViewComposers and I would like to pass $current_user variable to all dashboard vi...

0 Likes
0 Replies
posted 9 years ago

Laravel Elixir with .sass (not .scss)

I was having a lot of difficulty getting Laravel Elixir to work with my indentation-based app.sass f...

0 Likes
0 Replies

Title From Database

I'm very new to Laravel, so bear with me. I've been banging my head trying to figure out how I can d...

0 Likes
6 Replies

error in loading css file

I download twitter bootstrap file and copy this to public folder. now i use {{ HTML::style('css/boot...

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