Not sure if I understand the question correctly. To show custom message, http://laravel.com/docs/val...
Just some of my thoughts, why not use the store() directly and make another protected function in yo...
Not sure if it is related the issue you are having. In artisan listing your route, you had PostsCont...
It turns out, you could do some of these. $a = '10293'; var_dump(is_int($a)); // false var_dump(is_...
Looks like you are running PHP 5.4 or above in your localhost and web host running on 5.3
The Laravel portal for problem solving, knowledge sharing and community building.