Support the ongoing development of Laravel.io →

2,390 Threads

posted 7 years ago

Missing required parameters for [Route: update] [URI: update/{updateId}]. (View: posts.blade.php)

Hello, I'm trying to get the posts id and update the field on the database by the id on the URL. pos...

0 Likes
0 Replies

SQLSTATE: Undefined table: 7 ERROR: table "*" does not exist (SQL: drop table "*")

I have question, I created database table using "php artisan migration" then later due to...

0 Likes
0 Replies

Problem with Request::ip(); valet

Hello, I'm using Valet for my local development in mac and when i try to do Request::ip(); for get t...

0 Likes
0 Replies

PHP - Eloquent search on multiple tables no results

I am trying to build a search on my website (using the laravel 5.2). I need to search multiple table...

0 Likes
0 Replies

Multi field validation?

Multi Field Validation I have a table like: id code user_id msg_id title now I want to validation u...

0 Likes
0 Replies

Some problem with URL (not work when using WWW before the domain)

When i use WWW before the domain my site working and and I have no problems, but if I remove the WWW...

0 Likes
6 Replies
Solved

Rate limiting

At the moment, i have a simple rate limiting function implemented with a route filter. I was wonderi...

0 Likes
1 Replies

Class not found

Hi! I am trying to add PHPExcel to convert some data to excel files. I am using open source code. Bu...

0 Likes
2 Replies
Solved

Laravel testing with group prefix problem

I have a group for api: Route::group(array('prefix' => 'api'), function () { Route::get('abc...

0 Likes
0 Replies

503 Error when uploading images with Dropzone on FortRabbit

Hey, using the standard Laravel storage facade and S3. It works locally, uploads fine to S3 and usin...

0 Likes
0 Replies
posted 7 years ago

Laravel method case-sensitive?

When I try to post to my route using cURL and the method set as "POST", I hit a 403 Forbid...

0 Likes
0 Replies

Returning variables to View

Hi I am updating a view. For example, in the view I have 3 variables ($files, $users, $supplier) Is...

0 Likes
1 Replies

L5.1.6 always returning a Status 200 OK header

No matter what I do, I always get a 200 OK status in response. Whether I get a Stack trace, a route...

0 Likes
7 Replies

User Authentication not working!

I am creating a simple login function on my website with a registration feature. The registration fe...

0 Likes
12 Replies
Solved

Getting logged out when looping over image requests.

I'm developing an image sharing platform, but when I want to load an page with a lot of images I oft...

0 Likes
4 Replies

In Httpful, how do I bypass authenticate network security appliance?

We have a Cisco security appliance at my office that forwards all outgoing requests to an ENVOY site...

0 Likes
0 Replies

BadMethodCallException in Builder.php line 2345: Call to undefined method Illuminate\Database\Query\Builder::photo()

Hey guys getting this error on this database save for a photo using dropzone.js here is the model ca...

0 Likes
3 Replies

Query between a db table an array

I wanna make a query like this. public function find(Request $request){ $dato=$request->buscarD...

0 Likes
1 Replies

Any one can help me out from sending form params to node js via Guzzle http

My laravel code is this , use GuzzleHttp\Client; ----- $client = new Client([ 'timeout' => 5.0,...

0 Likes
0 Replies

Change 422 json response from FormRequest, depending on validation error?

Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...

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