Hi! I would like to introduce you to the project I've been working on past few months -- the Cruddy!...
Is there a cleaner way to do this? view.blade.php <form> <input type="text" name=...
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...
hi all, i'm developing an app that uses resourceful controller. Every users has some resource to man...
Hi All I've got a problem with eloquent where it truncates a base64 string being fetched from a mysq...
I have 3 tables: Users, Tasks and Records. Users have many tasks Tasks have many records. I'm trying...
I am using Finite (an FSM - https://github.com/yohang/Finite) along with another handy trait (https:...
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...
Hi, I have two eloquent queries : $result_name = Item::where('name', 'LIKE', '%'.$key.'%'); $result_...
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'm working on an old project that has been built by several dev's who have since left. In laravel 4...
I have what will likely be a very simple issue to solve for an advanced Laravel user regarding how t...
Hello! I'm new to Laravel and Eloquent. I come from Kohana, and I'm used to the conventions used the...
Hi guys, So I am trying to run this complicated SQL query: $eastern_standings = DB::select(DB::ra...
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?...
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