I am attempting to save a related model (Access.php) from my AuthenticationController on login Authe...
Hi, I've just installed the Laravel 5 dev-develop version. However, I only see one model, and that s...
Hi, Say I have some queries like this: public function order($orderby){ \DB::connection()->disa...
Hi, folks! Let me explain step-by-step what I'm trying to achieve: My application is backend-fronten...
Hi, I would like to make an php installer script for my laravel application (it is a CMS). But i can...
Hello. When I specify environment on migrate command "php aritsan migrate --env=testing" i...
Hi guys! First things first. I have this tables: beds id name size room status hotel created_at upd...
Here's the query: /** * Get all dates and counts for an event via the database */ public function...
I have created three tables, A, B and C. A and B have a ManyToMany relationship so I created A_B tab...
Is there any tool or library that generate laraval seed files from db.?
Hi, recently a L4.2 site was migrated to a new host with centos 7, PHP 5.5.30. PDO and MySqli connec...
Hello, friends! I need to make drop down list with categories! Somehow, something is not working :(...
Hello, I am trying to make Key/Value system on Eloquent because I need it to extends my users table....
is there any difference between ubuntu desktop vs homestead? because when i query using where clause...
I have table users and user_language and I create relations for user_language. user_language will ke...
My team has been investigating graph databases for our new project, and have landed on using OrientD...
I have a CSV file with a couple of hundred user. Every user has a unique code. When uploading the cs...
Hi. I am new to Laravel. I am using Laravel 5.1 for my current project. I have 4 table. users, categ...
I have a user, user_relationship, and term table. I have a belongsToMany function in my User relatio...
I have added cascade on delete to foreign keys on my migrations. They are working on mySql in local...
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.