Hi.. I'm newbie to php/laravel.. I have created this table.. CREATE TABLE confirmtokens (...
Hi, Is there any way to change the column type and rename it. I know it's foolish to be changing the...
how we can find n level hierarchy relationship in laravel 4 of database. like parent and child relat...
I have 3 tables: Users, Tasks and Records. Users have many tasks Tasks have many records. I'm trying...
I have model a with column name value_a and model b column name value_b. model a have hasOne relatio...
Hello, i want to insert dynamic forms into the database. Database table : ID | DEPARTMENT_ID | CATEG...
Is it possible to translate this UPDATE `questions` SET `sort` = CASE `ID` WHEN '1' THEN 0...
I am building a filtering system which allows a user to filter other users via setting up some varia...
Hello! I am about starting my thesis, I have made an laravel application with eloquent ORM/mySQL now...
I have what will likely be a very simple issue to solve for an advanced Laravel user regarding how t...
Hi guys, So I am trying to run this complicated SQL query: $eastern_standings = DB::select(DB::ra...
How do I validate the $token against password_reminders if the token exist or before it's expired an...
//do any one have any idea how to solve this advanced routeing problem // the foreach loop which is...
When I use , for example, User:all(); everything works and give me all records from table that conne...
Hi guys, I was wondering if it was possible to do a method in the model to get the url of the model?...
The packge for Laravel 4, 5 (>= 4.1) that simplifies and speeds up managing hierarchical structur...
Hi, I've created a form where users can choose multiple checkboxes. <input type="checkbox&qu...
Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...
I made a model 'Setting' and a static method 'get' and I use it for get configs from DataBase. For E...
How do I edit multiple rows in Laravel? I've searched Google and I'm seeing all sorts of mentions of...
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