Hi, I am using SoftDelete in many models of my app by defining it like this: class Entries extends E...
I've got these two database schemas, I'll dumb them down for now. Schema::create('matchups', functio...
I'm working on a "change email" function where users can change their registered email adr...
I'm learning Laravel and have a custom query that i'm working on. How do I pass a variable string in...
I have the following tables: Time_Tracker time_tracker_id time_tracker_module_id (FK with Modules) t...
Terms table term_id name slug Term_taxonomy table term_taxonomy_id term_id description i want to...
I haven't created a remember_token colum when I created users table. After I created users table I s...
Hello I need get first,last name from table users? in this function public function getAccountList()...
Hi Everyone I'm attempting to pass whats only needed to a view on my website. Instead of using the a...
Hi guys, I'm in the process of rewriting a REST service, and I've decided to go with Slim Framework...
I don't quite undestand the explanations on laravel doc's http://laravel.com/docs/4.2/eloquent betwe...
quyle92 liked this thread
Hello have 4 tables users,agents,users_agents,mt4_users, I am create join between users_agents,mt4...
Hi guys, I need to select all models and see if relation exists. Here's an example: Let's say I have...
I'm new to laravel/webdevelopement in general, so i thought to start out i'd do a authentication scr...
Hi there, I've just created a new laravel app, and I'm trying to run my first migration. Somehow lar...
Hi, I have a User model, and polymorphic models to define different user types - eg UserAdmin One of...
Hi everyone, This is my first post on laravel.io :) I'm getting an issue using the paginate() method...
Hi there, I'm not sure if that is the right place for this kind of question. I'm trying to switch fr...
I'm trying to integrate a new Laravel app with an legacy application. That's why I'm in need to use...
Hi. In a controller method i got a patient record from database that i send to a view, so, i need to...
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