Support the ongoing development of Laravel.io →

2,390 Threads

query save and update with laravel

table pop table detail_pop table store_product diagram $detailpop = DetailPop::where('pop_id',$...

0 Likes
1 Replies

Form Request: check recaptcha validates, before validating other fields against database?

Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...

0 Likes
1 Replies

route::resource with more parameters

I have this in my route Route::resource('something', 'SomethingController'); but this controller han...

0 Likes
3 Replies

Handling route with multiple optional parameters.

Hello ! I am trying to implement a filtering method for some products. This is the route: Route::get...

0 Likes
0 Replies

Query bulding.

I have a doubt about the Laravel select query. I am explaining my requirement here. I want to select...

0 Likes
0 Replies

I can not get inputs from a PUT/PATCH request

I am developing a rest api. I test it with Postman Rest Client. But I have had a headache with PUT a...

0 Likes
22 Replies

Testing GuzzleHttp requests

I have an artisan command that requests data from an external API and stores that information in my...

0 Likes
0 Replies

Return JWT token to javascript SPA from socialite login

I have a SPA app built on vue.js with a lumen api using JWT tokens which is working fine. Im trying...

0 Likes
4 Replies

Controller changes does not reflect

Hi. I have a problem. I tried to change the controller but when I open the route it doesn't reflect...

0 Likes
1 Replies

Blob not working in Laravel

I have tried to post blob file to Laravel using axios but the file returns null while the payload lo...

0 Likes
0 Replies

[Resolve]Some problem with submit form

Hi! I have some problem to send a form in my Laravel Project. I try to submit mass input with same n...

0 Likes
10 Replies
Solved

ajax post in laravel 5 return error 500 (Internal Server Error)

this is my test ajax in laravel 5 (refer below) $("#try").click(function(){ va...

0 Likes
14 Replies

preventing one role from accessing the property of the other

I have an inventory app that has three different roles, namely operator, admin, and super admin. the...

0 Likes
0 Replies

Add pin password to built in authentication

I'm writing my first application with Laravel (v 5.5) and it's days I'm trying to figure out how I c...

0 Likes
0 Replies

About attaching morphable models

Hi everyone, I don't know if there is a better way to attach a morhpable object to its owner. In my...

0 Likes
1 Replies

validate() redirect not showing all error messages (Chrome)

Laravel 5.4 version The validate() function works until I test more than 3 errors in the form. Upon...

0 Likes
0 Replies

Define model based on role

How to define model based on role I have a table where I save users. Users can either be a student,...

0 Likes
1 Replies
posted 6 years ago

Named Route giving error has no action (5.5)

I have a named route in web.php: Route::get('editFact/{id}'.'FactsController@edit')->name('editFa...

0 Likes
2 Replies

Laravel Modules: Routes not Autoloading on Web (except for one)

I am using the nWidart/laravel-modules (https://github.com/nWidart/laravel-modules) package for Lara...

0 Likes
3 Replies

Change password using API via Passport

Hello, So, I'm using Passport and what I do need is to set a way to change the user password via API...

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