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...
Hello there! Recently, I've been working on API for single-page application and found that quite a f...
i wanted to create a themes folder for my mini-cms project, how can i achieve that using Laravel?
How to store cache in cache root directory in my laravel website. please provide me your suggesion
I use Laravel Eloquent to save data to table store, but it save more then one record at one time. Wh...
Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed */ public funct...
Do I have to write a raw sql query? Or is there a class in laravel that can do that?
Hi, I have Ubuntu as a vagrant box. (I followed the tutorials at laravel.com and laracasts, but I op...
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.