Support the ongoing development of Laravel.io →

Using $_POST in Laravel

Hallo everyone, in my current Laravel Project I use a class to generate a simple bootstrap 4 form, w...

0 Likes
3 Replies

Homestead / forge and mssql?

Hey guys, Can some one tell me if homestead/ forge will support remote connections to external mssql...

0 Likes
2 Replies

How to Configure Redis Cache on Laravel

I am using Cloudways to host my Laravel 5 application. Recently, they introduced Redis Cache as an o...

0 Likes
0 Replies
posted 9 years ago

Form Question

I’m very new to Laravel so please forgive me if this is a daft question. I’m not even sure of the na...

0 Likes
2 Replies
Solved

Custom pivot table that accepts null values, using attach does not work with null values. Why? How to work around?

Here are my models: class Group extends Eloquent { public function members() { return $...

0 Likes
2 Replies

Stuck on manytomany connection

Hi guys, I was trying to get some work done today, but I got stuck on something. I've got 3 tables:...

0 Likes
2 Replies
Solved

Project Flyer multiple file upload with dropzone file size = 0

I am working on the following laracast: https://laracasts.com/series/build-project-flyer-with-me/epi...

0 Likes
1 Replies
Solved

Implementing API operations (CRUD) Showing values for nested resources

Hey guys, I have been wanting to implement fast and easy the index and the show methods for my neste...

0 Likes
0 Replies
posted 9 years ago

Disable Middleware for Testing in Laravel 5.0

Hello, Is there any way to disable Middleware to test a page in Laravel 5.0? I know 5.1 has "wi...

0 Likes
0 Replies
posted 9 years ago

Access model ID in Route::filter()

Hey guys, I'm binding my forms, but now i want to catch the model ID in my filter. How can i do that...

0 Likes
0 Replies

Eloquent eager loading: children are missing parent reference (sort of N+1)

Note: this is a crosspost of: http://stackoverflow.com/questions/33674198/laravel-eloquent-eager-loa...

0 Likes
0 Replies

CSRF token for RESTful Controllers?

I am creating an API with RESTful Controllers, how can I utilize the CSRF token protection provided...

0 Likes
0 Replies

Response::download returning broken images

My problem I am using a function to download files when a user clicks on them. The file is downloade...

0 Likes
2 Replies

Lackluster API documentation.

Hi, I have been recently looking into Laravel coming from a JavaScript (and some Java) background. I...

0 Likes
2 Replies

How to solve the issue with RegisterRequest ?

The issue appears when I want to registrate my user (click submit button). Login works great. I use...

0 Likes
0 Replies

Are views in exception handler broken in Laravel 5.1?

I'm trying to load some view in Laravel 5.1 exception handler (/app/Exceptions/Handler.php). In my r...

0 Likes
0 Replies
posted 9 years ago

Problem with saving sorted data

Hi, I fetch data from database, then i have to sort it that way: $document->details = $document-...

0 Likes
0 Replies

Best way to do responsive images with Intervention and Bootstrap

I've got Intervention running with Bootstrap but regardless of what I do I end up loading the full i...

0 Likes
0 Replies

Traffic from Google is not signed in

I have my browser open, I visit my website and login. Then, in the same browser window, I navigate t...

0 Likes
1 Replies

Error post method variables

I have problems with the POST method during the passage of the variables: POST http://test.deleks.co...

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.

© 2025 Laravel.io - All rights reserved.