I have a design question that I've been struggling with lately. How do you make a chunk of logic th...
Hi, We are a team of developers, and each one is running tests locally before commit, each one confi...
I started using Laravel on a couple of projects, and for simple logic it's pretty straight forward....
Hi, I am still in the progress of learning Laravel and I already used the api. The only thing I miss...
When I try to run php artisan I have this error "error":{"type":"Symfony\\...
I'm currently using Eloquent for my database queries, but when an user logs off I want to get a tota...
Hello everyone! I receive the following error: Error rendering view: [user::profile.profile] Trying...
I have finally got my head around IoC (thanks to Jeffrey and Laracasts :) ) and I'm now looking to a...
Currently I'm trying to improve my TDD (PHPspec) in Laravel, though I'm facing several problems when...
Hi, I am building a user submitted video playlist and need to impose rules such as: Users can only...
I am in the planning stage of rebuilding our company CMS and we will definitely be using Laravel, bu...
I got category_to_news and news_main table category_to_news : news_id (int),name (varchar),title (ti...
Server upgrade happened and php-fpm is now used (though we are still using apache -.-). Now my appli...
We've been using Laravel for our front-end architecture with some success for awhile. Now we need to...
Hello everyone. I just installed my first Laravel 4 application, i would like to create a starter p...
Hey all. I am migrating a custom coded application over to Laravel and I want to make sure that the...
Where laravel stands in scalability concept? Is it fast enough for big business projects with more...
I am relatively new to Laravel and my project is expanding, I need to separate it into different pac...
//Contact.php class Contact extends \Eloquent { protected $fillable = array('email', 'name', 'subje...
Something was causing multiple calls to the User table. I found the solution on some blog that reco...
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