Hello, how to send value for options in dropdown list from array, or how to convert output this code...
I need to make some HTTP calls from within my routes / controllers ... and I immediately assume that...
So, I've been getting all kinds of 405 errors within my logs. I finally decided to send myself an em...
I am building a application for a computer repair company. I have a images table: Schema::create('i...
I know you can update an array stored in a session like this Session::push('addresses.0', 'home'); S...
I'm working on a project that uses Laravel to generate and send custom email messages to a database...
Hello, i want to pass an array of all users that have in the field: number='1' My controller: publi...
I have following function. return Redirect::to('user/'.$id."#hash_tag") my expectation on...
I've followed the steps on the site to install a Homestead machine, but it doesn't work in my system...
I want to move some controllers into a package, but I also want to be able to test them. I've been a...
I have a Homestead vm running a nearly fresh install of Laravel 5.0 (dev-develop). I globally instal...
Hi, is there a laravel way of checking a file system to see if a .csv file exists? Thanks
I am confused with naming conventions for methods in model relationships.. If I use Camel case, the...
Hi all. Laravel 4.1 / PostgreSQL 9.3 / Nginx 1.2.1 / PHP 5.4.4 Recently I had strange problem with l...
Hello guys, i use sublime text 3 with codeintel plugin enabled, i also have the _ide_helper.php file...
I don't compile my assets (Sass, LESS, CoffeeScript ...) and I find other available packages cumbers...
Hi, I have an application written in Laravel. I've been asked to write a simple installer for it and...
Hello i have a many to many relationship between Post and Category class Cat extends Eloquent {...
I have two database tables: users and students. A student is a user, but has extra data (address). I...
Is there a way to reference the base model i'm query against? $person doesn't exist yet because i'm...
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.