Support the ongoing development of Laravel.io →

How to get all data from html table to controller

I have a form with html table in my view. How do I get all data from the html table to my controller...

0 Likes
0 Replies

How to redirect to a user with populated data

Hi, I have a condition check to perform, whether the particular logged in user has values, if there...

0 Likes
0 Replies

Laravel one to one relational data access.

I have users table and profiles table. One to one relation. I have one view to show both user and pr...

0 Likes
0 Replies
posted 11 years ago

Laravel Elixir Sass error

I have installed Gulp and Laravel Elixir. When trying to execute gulp or gulp watch I get the follow...

0 Likes
9 Replies
Solved
posted 8 years ago

How do I call private in my model

I'm using Laravel 5.3 I have custom model follow namespace App\Models; use Illuminate\Database\Eloqu...

0 Likes
2 Replies
Solved

How to implement Laravel's jobs duplication management?

How to implement Laravel's jobs duplication management? I feel like this feature should be implement...

0 Likes
1 Replies

Comparing Two tables using laravel query builders using a column as reference

i want to get the result of code below in laravel query builder or better still eloquent Adding the...

0 Likes
0 Replies

Connection header in response is always set to 'close' by response handler

Description: The response header 'Connection' is always set to 'close' by response handler. If the h...

0 Likes
0 Replies

Laravel routes issue when loaded using a vhost alias

I have an existing website: test.local and it already contains a script (wordpress). I want to make...

0 Likes
1 Replies

Best practice to test a return from an eloquent request

Hi, I have this request : $sale = Sale::where('alias', '=', $alias)->first(); What is the best pr...

0 Likes
6 Replies

Sierra Upgrade - Break in Laravel/Vagrant/Homestead -

I decided to do the upgrade and regretting it now so I am hoping to find someone else who might have...

0 Likes
1 Replies
Solved

Laracasts/flash not showing in laravel 5.4

I have recently upgraded my project from Laravel 5.1 to 5.4. Everything is working fine except for f...

0 Likes
1 Replies
Solved

What are the best practices for optimizing the Laravel application?

Suggest me the best practices for optimizing the laravel application. I want to improve its response...

0 Likes
0 Replies
posted 8 years ago

Route Controller and Contextual Binding Laravel 5.4

My route is Route::resource('product', 'Product\ProductController'); My ProductController...

0 Likes
0 Replies

Laravel setPasswordAttribute Override

This is a problem I've seen a few times, and it may be to a lack of understanding on my part, but it...

0 Likes
0 Replies

Error with Queue Job and Laravel-Mongo DB

Hi ! I use this package and queue of Laravel 5.4. When I dispatch a job, I have an error : Next Ill...

0 Likes
0 Replies

Create a truly RESTful API with Laravel

##Hello, community! Today, I want to share and celebrate with you, my most recent achievement. I wor...

0 Likes
2 Replies

How make REST API in laravel 5?

Hello, I have angular app. I want use laravel5 like API server. This must be separated parts. Datab...

0 Likes
5 Replies

How to auth with Laravel 5.4

I keep getting all sorts of funny errors just by trying to see an application can actually work in L...

0 Likes
1 Replies

Memcached sessions not persisting

I am having no problems with file based sessions, but cannot get memcached sessions to persist on th...

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

© 2025 Laravel.io - All rights reserved.