Support the ongoing development of Laravel.io →

2,389 Threads

How to get json file object and upload it in laravel

I want to upload an json file object in laravel , this object come from angular js with the below fo...

0 Likes
0 Replies

Call to a member function store() on null when uploading file

I've been trying to figure out what exactly is wrong with this for a while now, and I'm pretty stump...

0 Likes
2 Replies

Loading Laravel's Session using Ratchet

Hello guys. I'm implementing a websocket chat using cboden\ratchet and vanilla javascript. I want to...

0 Likes
10 Replies

View Composer to pass variable to all views

Hi, I have created a view composer to pass through the variable 'categories' to all views but I get...

0 Likes
1 Replies
Solved

Laravel relations/subscription handling

Hi I'm relatively new to Laravel and trying to create a subscription checker. Please do not suggest...

0 Likes
0 Replies

Mass CRUD REST edit/update controller: how to

Hello I'm new to Laravel and the forum. I am trying to create a RESTful CRUD controller with a littl...

0 Likes
1 Replies

Extending controllers doesn't extend constructors?

I just upgraded to 5.3. I have a dashboard controller. It has a constructor like: public function __...

0 Likes
1 Replies

Rewrite http to https after set project to root directory from public directory.

Hi, I have removed the public directory from laravel 5.3 and set my project to root directory. I ren...

0 Likes
0 Replies

Why my Ajax id's array Request deletes only 3 records?

My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...

0 Likes
1 Replies
Solved

Why my DELETE Ajax Request in laravel 5.3 does not working?

I have table with rows and their id, in view smth like this: <body> <table> <tb...

0 Likes
2 Replies
Solved

How to send ID's array to controller through POST method?

I have table, there are are rows with checkboxes. I have script that counts all checked checkboxes w...

0 Likes
3 Replies
Solved

How to display errors for multiple files array validation properly?

I've been stuck in a kind of bug for 2 days so far and I'm really desperate. I'm trying to validate...

0 Likes
0 Replies

Form data not flashing back to view on validation failed

This is my post request validator for a form <?php namespace App\Http\Requests; use App\Http\Re...

0 Likes
9 Replies

Error: dynamic property loading when not required in loop

I have customer model and product model joined by subscriptions table. When i run something like $c...

0 Likes
0 Replies

Laravel API not responding quick enough

Hi, I have developed an API for an Angular front-end (https://brandhunt.co) The problem is that I ge...

0 Likes
2 Replies

Is including a user's id in url dangerous?

So, I am working on a product and using ID's in the URL and not using slugs. The only point I know d...

0 Likes
3 Replies

Unit Tests fails with unexpected response code

I'm quite new to laravel development. I'm trying to create a unit test, which should fail (response...

0 Likes
3 Replies
Solved

My controller exist but laravel don't identify it

Hello guys, I have defined my controller and it was perfectly working. Suddenly when I click on the...

0 Likes
1 Replies

Laravel 5.3 bug, view is defaulting to the wrong controller with a similar name to the desired controller

This is a problem which our team has faced previously however we thought it was a merge conflict on...

0 Likes
1 Replies

is Event and Listener are important to use in laravel ?

Hi friends is Event and Listener are important to use in laravel if yes , why ? i'm feeling that it'...

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.