After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
$category_list = CategoryModel::lists('id', 'name') Where 'name' is whatever you want to display as...
It seems like the easiest way would be to exclude app/config/testing from your repository and just c...
I bet your BaseController class isn't extending Controller.
I'm guessing the artisan file is what defines the output for the version number. Try re-downloading...
I don't use environment variables a lot, but According to the PHP docs, it looks like anything in th...
The Laravel portal for problem solving, knowledge sharing and community building.