Hi, i looking for an solution for the following issue: I created a form where i need to give the opp...
Hi, I`m trying to return only certain columns from the products table : <?php class Promo exten...
laravel core is called illuminate is that mean laravel supports illuminati?
Trying to rehaul my use of controllers and models. At the moment, I have a controller for: People/P...
Newbie question. I want to set up a work environment where I have a local VM hosting laravel on Ubun...
Given this model: I have defined all relationships properly using Eloquent ¿How can I get just ge...
I have a page showing a list of records, when you click a delete button a modal box appears to confi...
Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...
Hello, I am currently following this Laracast: https://laracasts.com/lessons/test-databases-in-memor...
What is it Have you ever wished to create more than one type of migration? Did you ever want to run...
Hi All, not sure what I'm doing wrong here, still new to laravel and already built a number of sampl...
Hi guys at the moment I'm hardcoding in the 'unit' column on the 'ingredient_recipe' table. I want t...
I done: sudo apt-get install memcached sudo apt-get install php5-memcached sudo service apache2 res...
Hi all, Sorry for my english... :) I have a problem by work with my vagrant laravel project. If I ca...
Hi all, i've a Mac and i'm running MAMP with virtualhost properly configured. the problem was mysql....
I have the following relations: Discount: <?php class Discount extends Eloquent { pro...
I need to obtain the object that are check in "$user->services->contains($service)"....
I am following a Codebright Laravel book which teaches about routing in the Basic Routing chapter. I...
Hello, being new to Laravel, I'm trying to perform a query in Laravel 4's query builder or Eloquent....
Hi, i have a select: $roles = agegroup::all(); The select delivers an object with data. Now i need t...
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