Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
I am trying to get something very basic running. I am used to CI and now learning Laravel 4, and their …
routing laravel laravel-4This may be a trivial question but I am wondering if Laravel recommends a certain way to check whether an …
laravel laravel-4 eloquent laravel-collectionI have a table that contains, amongst other columns, a column of browser versions. And I simply want to know …
laravel laravel-4 eloquentI'm making my first app in Laravel and am trying to get my head around the session flash messages. As …
session laravel laravel-4I'm having trouble to write query in laravel eloquent ORM. my query is SELECT book_name,dt_of_pub,pub_…
laravel laravel-4 eloquentWhen I run composer update I receive some wired output. Here is my composer.json look like. { "name": "laravel/laravel", "…
laravel laravel-4 composer-phpI'm trying to create foreign keys in Laravel however when I migrate my table using artisan i am thrown the …
laravel laravel-4 foreign-keys migration eloquentIn Laravel application I'm trying to achieve a button inside view that can allow user to download file without navigating …
php laravel laravel-4 laravel-routingI just can't solve this one. I'm on Linode 1G RAM basic plan. Trying to install a package via Composer …
php laravel laravel-4 composer-php