Support the ongoing development of Laravel.io →

1,463 Threads

posted 9 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

Issue with Grabbing data

$data = array( 'name' => Input::get('name') 'itemCart' => Cart::conte...

0 Likes
1 Replies
Solved
posted 10 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 10 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

Passing variables to blade [Undefined Variable]

I've been at battle with this for a while now and decided it's high time I requested some help. The...

0 Likes
7 Replies
Solved
posted 10 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

Email form

Does anyone know of a laravel-friendly way to implement an email form? Just a basic contact section...

0 Likes
2 Replies

Pagination help

Hey there everyone, I'm pretty new to Laravel and MVC frameworks in general. I'm struggling to make...

0 Likes
2 Replies
Solved

My WebSite is not displayed

My problem is that my site is not displayed. roads and mesi controllers returns me well create views...

0 Likes
1 Replies

Confirmation on delete help

I am trying to get a bootstrap 3 modal to popup with buttons confirming delete before deleting cust...

0 Likes
8 Replies

Redirect After Setting Response

Hi guys! I have a problem with my Response. I am generating a .ics file setting the headers and cont...

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.