Support the ongoing development of Laravel.io →

2,050 Threads

posted 10 years ago

single item view

In Laravel I have a list of products, all presented by a picture. I want to be able to click on a pi...

0 Likes
0 Replies

Combo box grid instead of select box?

I would like to use combo box grid instead of select bbox in my form. Pl help. ....

0 Likes
0 Replies
posted 10 years ago

Domain routing

I can't seem to get domain routing to work on my local machine. I created a sub-domain in my hosts f...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel 4 Routing Issue

I just setup a new instance of Laravel 4 on my local machine, I've been able to use URL routes succe...

0 Likes
5 Replies

Handling 404 properly - best practice

My url is like domain.com/p/{id} when I insert a wrong ID i get error 500, how do i show error 404 n...

0 Likes
0 Replies
posted 10 years ago

laracasts / utilities on laravel 4.1. *

I can not use laracasts / utilities on laravel 4.1. *, please help me.

0 Likes
1 Replies

Best practice to share meta tags from database using blade template

I have a master blade layout with meta_keywords, meta_description and title tags and want to populat...

0 Likes
2 Replies

Displaying Whats in a Pivot Table

if this is $items '$items = Item::with('brand', 'images')->get();', and i have this foreach @fore...

0 Likes
1 Replies
posted 10 years ago

Auto register for jQuery (UI) components

Hi everyone. I am currently building a web application and want to use several of those nice ui stuf...

0 Likes
0 Replies

Update view when database is updated

Hi! I'm a student and new to Frameworks and Laravel. I was wondering if Laravel 4.X supports dynamic...

0 Likes
2 Replies

[Tutorial] Clean menu management in Laravel4

Just wrote a tutorial on managing your menu's in Laravel 4. It goes over using View composers and Co...

0 Likes
0 Replies

Exception in AJAX response

When working with AJAX method and "debug" set to "true", Laravel returns nice JS...

0 Likes
1 Replies
posted 10 years ago

Character coding header

Is laravel by default sending charset coding header? Is it utf8? Can iI skip my meta[charset] tags?...

0 Likes
1 Replies
Solved

Global query for every view. Better approach?

I would like to be able to display a status message count on every view of a site that I'm developin...

0 Likes
0 Replies

Problems with Mail::queue in last update?

Hello, good evening. Does anybody had problems today with latest Laravel update? Suddenly Mail::queu...

0 Likes
0 Replies
posted 10 years ago

Laravel 4.1 - Controller throw error when I try to load view with layout

I'm trying to load a blade view with layout, but I get this error: "Attempt to assign property...

0 Likes
0 Replies
posted 10 years ago

Views and "syntax error, unexpected '?'"

Hi fellows I have a "layout.blade.php" with a @yield('content') and a login.blade.php with...

0 Likes
3 Replies
posted 10 years ago

Displaying independent data in views

Hey guys! I'm completely new to Laravel but I really like it so far :) After playing around a bit, I...

0 Likes
1 Replies
Solved
posted 10 years ago

trans() working fine on dev machine but not on server; seems to be issue with Waavi/translate

As in the title, trans() is working totally fine on my local dev machine. On the server though, it's...

0 Likes
3 Replies
Solved

Auth::check() code in view doesn't work

I'm trying to use Auth functionality. The problem is that if in my view i have the following code: &...

0 Likes
2 Replies
Solved

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.