Support the ongoing development of Laravel.io →

1,463 Threads

posted 10 years ago

How to get content only inner section on blade file

Hello I want to get content only inner section and set to variable and response vie ajax // layout.b...

0 Likes
0 Replies

Back Link or Button for Webapp to Feel Like Native Mobile one

Hello, one of our clients are asking for their webapp to feel like a native mobile one and so they r...

0 Likes
2 Replies
Solved
posted 10 years ago

section with yield and include

###Master Layout @yield('content) ###Guest Layout @extends('master') @section('content') <h1>...

0 Likes
0 Replies

Load Eloquent from Main View

I'm just in my first laravel project. It has a small blog and uses notifications just like a social...

0 Likes
7 Replies
Solved
posted 10 years ago

Reloading/changing the contents of a DIV?

I have a div that gets loaded with the default information on page load. <div id="carlistdiv...

0 Likes
2 Replies
Solved
posted 10 years ago

blade template not working probably in Laravel 4.1?

simply i tried to use the blade template system which comes with laravel framework but its not worki...

0 Likes
3 Replies

Foreach Undefined index

How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...

0 Likes
10 Replies
Solved
posted 10 years ago

Blade syntax for vim

I recently updated a vim syntax for blade which I originally created about a year ago. The updates...

0 Likes
0 Replies

Showing picture inside my view (newbie question)

Hey Laraguys, I am really new to Laravel, however I am enjoying my time alot by working with it. Thi...

0 Likes
6 Replies
Solved

Laravel specific Sublime Text 3 snippets

Anyone knows where I could find some Laravel specific Sublime Text 3 snippets? For example creating...

0 Likes
1 Replies

What's the correct way to get the ID from the URI?

On the page that lists the user's cars, each list item has the following link: {{URL::to("cars/...

0 Likes
7 Replies
Solved

Passing variables to view

I think I might have discovered a bug. This is what I have until now. Routes.php Route::get('/{u...

0 Likes
1 Replies

[Package] Blade Partials - Think @extends functionality inline within your views

Hey everyone, I released the Blade Partials package yesterday. It allows you to extend from partial...

0 Likes
4 Replies

Refresh page after selecting an option from a drop down menu

Hi all, What is the Laravel way to achieve the following: I have a drop down list created with Form:...

0 Likes
3 Replies

Blade templating - Iteration over object / Array

I have a model Object I have passed to the view one of the attributes is a array containing other as...

0 Likes
5 Replies
Solved

Error Trying to get property of non-object

I am struggling to understand how laravel works and I have a very difficult time with it Model - Use...

0 Likes
1 Replies

Unable to ->with('key','value') within nested Controller.

I have an AdminController within the controllers/admin folder and i would like to pass my page title...

0 Likes
3 Replies

Laravel problem with views.

I have a web application in laravel in "mysite/admin". On login loads view "views/das...

0 Likes
2 Replies
Solved

Passing multiple arrays to a view

I'm trying to work with SimplePie to pull numerous RSS feeds (which is working well); however rather...

0 Likes
2 Replies
Solved
posted 10 years ago

Problem with Template. Pls help!

I can only call my master template from my UsersController. When i call my master template from Pos...

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