Skip to main content

All Questions

Tagged with
1 vote
2 answers
439 views

Laravel WhereIn() function is not array result when combine with update function

I'm so confused in here, when I wanna make my data to updating to new data the result is always to be one data and the result is not array, like this : when the query is not combine with update method ...
ProLuck's user avatar
  • 369
5 votes
2 answers
9k views

INVALID CREDENTIALS error when trying to update Laravel/Nova via Composer to latest release

I have been trying for two days now to update Nova After getting the composer.json file correct to where the update process seems to be functioning, correctly I get an authentication error. ...
xarga's user avatar
  • 53
0 votes
1 answer
1k views

Call to a member function save() on array - using laravel

I am trying to update my user info and i have make object of json currently my json have object of user profile and i want to save my info using the json object i have also my controller code where i ...
syed1234's user avatar
  • 805