Support the ongoing development of Laravel.io →

rberlin01

Joined 5 Sep 2015

Statistics

Threads 3
Replies 20
Solutions 1
Articles 0

Eloquent not persisting to DB on update?

TL;DR: Eloquent models are updating, if I dump the object the attributes show correctly, but when I...

0 Likes
1 Replies

Question on model create

Alright, I will do my best to describe my issue here. I have a route Route::get('/did/{search?}','DI...

0 Likes
2 Replies
Solved
posted 8 years ago

Eloquent - Static/Caching Issue?

I'm new to Laravel, and I'm loving the framework more and more everyday. I've only had one issue, an...

0 Likes
3 Replies
replied 6 years ago

Eloquent not persisting to DB on update?

Got my answer from another forum. If interested, link below. https://redd.it/63l8zf

0 Likes
replied 7 years ago

Laravel Register didn't Create New Data

Anything in the /path/to/site/storage/logs/laravel.log file indicating an issue? Weird that you're n...

0 Likes
replied 7 years ago

Question on model create

While I still can't say for certain what was causing this, moving my methods out of AppServiceProvid...

0 Likes
Solved
replied 7 years ago

Question on model create

An update to this. If I perform this like so $DID = new DID; $DID->did = $search; $DID->did_ne...

0 Likes
replied 7 years ago

Laravel hosting for project that reads and parse excel file to store data into MYSQL database

You should have no issues on Linux, unless I'm missing something in your question. I run all of my p...

0 Likes

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.