I need to insert a student who belogs to a user table. I have something like: DB::transaction(functi...
Hello! I'm running a Laravel application on an Ubuntu server with Nginx on a Raspberry Pi. For some...
I always want to play safe when there is a delete or update query in the database through web applic...
Hey guys, I made a thread yesterday, regarding an issue I had with my application. I have managed to...
How do I search for a partial match in a SQL database with Laravel?
Hi I've been reading docs, Code Bright book, googling and asking (on irc) about If I could be able t...
It seems like there is a problem when using forceDelete() on a table with no "deleted_at"...
I am using Route::model('user', 'User') in my project. This works completely fine if I created table...
I've been learning Laravel today and went to dive into creating my first Model and ModelController (...
i find laravel connect db fail,it do not reconnect,so i add 'connecttimes' in database.php, and modi...
I am trying to determine number of rounds a tournament might have. I am importing data from an API a...
Hey there, I just branched off of my base application to test upgrading to Laravel 4.2. Now I am get...
Is it possible to have a form inside a form? On my page I have 2 forms. The 2nd form is inside the 1...
<?php ob_start(); session_start(); include("connect.php"); if(empty($_SESSION["kullanici_adi"...
Good day, Please i am new to laravel. I have created a form and i continued with the user model alre...
I am executing two query builder ->get(); and trying to merge() but get the error: $output = $que...
I can't get Eloquent to update the last attribute for the record, only the first attribute is saved....
Hello everybody! I have a small project which use XAMPP for development, and I use mysql database fr...
Actually I am trying to save the same data again in the database. So I retrieved the value from the...
paginator's per page not work. all results displayed. i need raw sql to Eloquent. pls help. Eloquen...
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