Support the ongoing development of Laravel.io →

353 Threads

link_to_method/link_to using DELETE method instead of GET

Is it possible to create link to delete action which actually creates DELETE request instead of GET...

0 Likes
1 Replies
Solved
posted 10 years ago

Newbie: Quickstart Does Not Work

Hi - pretty discouraged really. I am about 10mins into Laravel and the Quickstart tutorial fails. ht...

0 Likes
2 Replies
Solved

Best way to handle "too many" injections?

I'm in the midst of building a pretty large website with a lot of different content on each page. I...

0 Likes
3 Replies
Solved
posted 10 years ago

Pass variable in blade view to route

Passing a variable inside the loop, All business logic is in the model and some in controller. But a...

0 Likes
3 Replies
Solved

Issue with Grabbing data

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

0 Likes
1 Replies
Solved

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

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

Mobile & Desktop Pagination

It's possible to have two pagination settings for mobile & desktop? app/config/view.php If mobil...

0 Likes
1 Replies
Solved

Optional Route Parameters In Views

Hi everyone - I have a quick question on working with optional route parameters in views. I have a r...

0 Likes
3 Replies
Solved
posted 10 years ago

Master Blade not extended for only 1 view

I have a master blade and views that work fine. But for 1 view, only the content from that view is s...

0 Likes
10 Replies
Solved

Blade templates and error (syntax error, unexpected end of file)

Noticed that after my last update (composer update) the web site app failed with the error above. So...

0 Likes
2 Replies
Solved

Loading certain javascripts

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

0 Likes
4 Replies
Solved

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

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

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

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

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

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

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

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.