Support the ongoing development of Laravel.io →

2,053 Threads

posted 10 years ago

Pagination

I have a paginate(7) on a result of 8. I do an ajax request on page load to initialize the jquery ui...

0 Likes
0 Replies
posted 10 years ago

Appending to head tag in master template from within included one

Is there any way to append head tag of parent template from within child template? Template structur...

0 Likes
3 Replies

After method just before template output

Hi there, I'm wondering if there's an after method equivalent that will run after my routed method,...

0 Likes
0 Replies

Loading certain javascripts

Hello, there. I was wondering how everyone handled loading javascript files in their various views?...

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

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.