I am new to Laravel and have created a trivial application in a wamp local pc. To deploy my applica...
Hi, I've got two sites - a cms and a front-end site. I've successfully implemented the login/authen...
Hello everyone! Yesterday I started developmement of my owm Package, which should have a custom Arti...
I have lots of models which is not needed in every controller. Is it possible to load only needed mo...
Hi there, I have the next setup: OS X 10.9.2 beanstalk (installed by brew) supervisor (installed by...
public function scopeGroupByMonth($query) { return $query->select(DB::raw('*, MONTH(display_da...
I created this timezone form macro (http://laravel.io/bin/72j2) based on the WordPress timezone sele...
Hi guys, been using laravel for a while on a number of projects.. and usually these errors mean some...
I need to have a way to tell if the many-to-many sync() process actually changed anything (as oppose...
Anyone knows how to make laravel work in a subfolder specifically when posting a form on the same pa...
Does anyone know what the mysql root password is for Homestead? I've added a second site but (my) lo...
Hey, guys! If I would write an article, where would I post it if I don't have a blog?
How to handle the git repo's, should I commit the package that sits in my workbench to the parent pr...
I have followed the installation guide from here: https://github.com/cviebrock/eloquent-sluggable#el...
Loving Laravel so far! I want to create a huge REST API Web service that allows me to connect to pot...
Friends, I'm a few confused with some terms about IoC. With facades declarations sometimes I saw the...
Hi i have a problem saving multiple data using array extracted from explode. heres the code The Arti...
Is there a library i can use in l4?
I'm creating an app where users can send messages to each other. These are my models and relationshi...
I am using session database to authenticate API calls from javascript web app via https Does bellow...
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