Support the ongoing development of Laravel.io →

1,141 Threads

navigation in all views

Whats the best way / practice of dealing with the following base template (includes header and foot...

0 Likes
1 Replies

Jquery DOM manipulation using values from xml-file

Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...

0 Likes
0 Replies

HTML Links

I am making a site for a friend that everything on the pages are going to be editable through and ad...

0 Likes
2 Replies

Blade highlighting in PhpStorm

Trying to use the textmate bundles, PhpStorm says "Some extension declared already in use by na...

0 Likes
1 Replies
posted 12 years ago

A small update to the Quickstart Guide

Hello, I'm incredibly new to PHP and Laravel, so I was trying to go through the Quickstart Guide on...

0 Likes
1 Replies

Make data from home controller accessible to content controllers.

The default layout and its controller has the main menu which gets user info from the DB for the log...

0 Likes
2 Replies

AJAX response working but not visible

Hello, Im trying the first time to do a AJAX request with Laravel. So far so good. It seems I can re...

0 Likes
0 Replies
posted 12 years ago

3 level views blade

is there a way to achieve this: Master.blade.php <html> <body> Master @yield('bo...

0 Likes
0 Replies

Proposal for documentation

Hi, I'm a beginner with laravel and i had two really big difficulty with the documentation and then...

0 Likes
0 Replies

Laravel in subfolder results in wrong URLs

Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...

0 Likes
7 Replies

Retrieve Data from 2 Tables

$orders = DB::table('orders') ->join('order_item', function($join) { $join->on('orders.id', '=...

0 Likes
1 Replies
posted 12 years ago

Persistent Header with iFrame

Hello All, I was wondering if anyone could give me some pointers on how I could create a header in m...

0 Likes
0 Replies
posted 12 years ago

Sortable tables jquery

I have been trying to get this table sortable could use some help Master.blade <!DOCTYPE html>...

0 Likes
0 Replies
posted 12 years ago

Quotes problem in blade

Hi everyone, I'm having a little trouble with laravel, I'm pretty sure is a hosting problem, but i w...

0 Likes
1 Replies

routing dependent folders

Hi, I'm pretty new to Laravel and still getting my head around the logistics. I'm using this to rout...

0 Likes
2 Replies

How to style and a align a form correctly

Hello, i've created a form using blade's form builder: (don't be confused - it's german language) {{...

0 Likes
0 Replies

Cache directory woes

By default blade caches its compiled views in {storage_path}/views. I've made sure that this directo...

0 Likes
0 Replies

Failed to call my header

I would like to call my header CSS file in every pages, so I created a function to calling the heade...

0 Likes
0 Replies

Direct user based on a role when logging in

I have a table of users with three roles.... (Staff, Manager and Director)... I'd like a user to log...

0 Likes
2 Replies

Basset::show elements showing up on page

I am working on a site based on Andrew13's laravel-3-bootstrap-starter-site. I recently made some ad...

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.

© 2026 Laravel.io - All rights reserved.