in a message board several users to confirm the entries. how can I realize the easiest? it will also...
Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...
Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...
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...
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...
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.