I noticed that if I $mymodel->forceDelete() an item that has a polymorphic relationship, the row...
Is there any way to do this in either query builder or eloquent so I can easily chain in where claus...
Please see attached StackOverflow link. http://stackoverflow.com/questions/26720555/how-can-i-update...
How can I update record in database? When I tried to use updateOrCreate i just got this error. SQLST...
Hi, I am making photo kiosk application. My problem is how to make an uploaded image as a product? C...
Hi all, I'm very green in Laravel. Could someone pls show me how i can query an existing DB? I have...
Dear All, I create a route: Route::get('/PO/DM/{time}/{number}/print', function($time, $number) { $...
Hello everyone, I have been struggling for a few days with this problem and every possible solution...
$users = Users::create( (Input::only('nickname', 'info', 'age')) ); $insert = Users::create(...
Hi everyone. I need help for a laravel problem. I want to fetch all unfinished projects that belong...
Hi all, I'm a newbie at Laravel. I'm trying to query my Database and have already changed the config...
Hi I'm running homestead on my dev machine. I use postgres as my development database. I'd like to u...
Hey guys, I'm trying to save some form fields to my DB that I am creating dynamically with a button...
Hello guys, what is Laravel's recommended way to share database contents (not structure) between dev...
H, Ive working on uploading laravel website to online hosting with my godaddy and unfortunately noth...
There was a website for convert .mwb file to eloquent easliy. But website down. I created my website...
If you receive an "InvalidArgumentException: Trailing data" exception when using Eloquent...
So i migrating my website from php only to laravel and now i getting issue with this part of code, i...
Hi, I am planning to create three tables researches resources research_resources (the costs for upgr...
Hey everyone, I want to make an automatic querybuilder that takes the params from the url in the con...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community