The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
Don't know if it's been already reported, but it seems a few threads are not shown correctly due to...
With the default .htaccess, whenever a real html file is there, RewriteCond %{REQUEST_FILENAME} !-f...
Table and Column names cannot be replaced by parameters in PDO.
You could setup two different environments, based on $_SERVER['HTTP_USER_AGENT'] for example.
No doubt that 5.5 is highly preferable, but stating that Laravel does not support 5.3 and one must a...
Actually, Laravel requires PHP >= 5.3.7. I deployed a Laravel app on a host with PHP 5.3.28 and i...
The Laravel portal for problem solving, knowledge sharing and community building.
The community