Forms and HTML helpers should absolutely be included in a default Laravel install. While its absence...
Just wanted to share how easy it is use laracasts commander together with laracasts validation (both...
You probably don't have php 5.4 on your production server. Array bracket syntax [] only works with p...
First, you get the uploaded file object.. like so: $file = Input::file('file'); $tempPath =$file->...
There is a good example of how to extend Laravel validator at http://culttt.com/2014/01/20/extending...
The correct method is to use 'serve' (this shell executable is built into homestead) Please refer to...
Yes.. It is due to the php version difference. Array bracket syntax was introduced in php 5.4 (http:...
The Laravel portal for problem solving, knowledge sharing and community building.