Support the ongoing development of Laravel.io →

2,049 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

Routing issue with WAMP

I'm having trouble getting any routes to work besides the default ('/'). I have: Route::get('/', fu...

0 Likes
3 Replies

dynamic SEO URL wanted

Hello, I'm a newby with Laravel but I succeed to make pages and route them with a nice URL But I'm d...

0 Likes
3 Replies

problem with link_to_action

Hello to everybody. I've an ask for you. i've this link in my HTML: {{link_to_action('ResearchContro...

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

My Auth::check is not working in view.

My Auth::check is not working in view. but works fine in controller. also works fine on local server...

0 Likes
4 Replies

Application cant determine owner of a model

Hi everyone :) I'm having a problem with determining a owner of a model. The application is supposed...

0 Likes
1 Replies
Solved

Naming RESTful Controller Methods

Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...

0 Likes
8 Replies
Solved
posted 10 years ago

HTML::link()

I am using the footable sort table on github (https://github.com/bradvin/FooTable/blob/V2/demos/sort...

0 Likes
1 Replies

Transfer variables from controller to routes.php

Hi, I use a controller function to insert datas in database and get some others datas : public funct...

0 Likes
1 Replies
posted 10 years ago

Best practice for view composer location

I'm just wondering what the best practice is for a place to put one's view composers. Would most peo...

0 Likes
2 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

URL::route cannot find defined route

I'm trying to generate URLs on the view for some routes, so I have the freedom to change their URLs...

0 Likes
1 Replies

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
posted 10 years ago

Pretty routes for Ajax Requests?

Hi everyone, I am currently designing a backend where users can submit events. There are 2 ways for...

0 Likes
3 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
posted 10 years ago

not work blade and google maps

Hi friends can not get it to work with google maps blade can you help me?

0 Likes
8 Replies
posted 10 years ago

CSS reference to files

Hey guys. Just wondering if there was a smarter way of using the url() reference in .css files withi...

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