Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
using Laravel and trying to work on image upload using Imagine. The issue is that I get the error stating: …
php laravel laravel-4 imagick php-imagineI am trying to paginate my template which has a table on it. This is my function in the controller …
laravel-4 eloquent blade laravel-paginateI have this query, made using Laravel query builder: $rows = DB::table('elements')->where('type', 1); That corresponds to: "…
php mysql sql laravel-4 query-builderI am suing Heroku dev plan for creating database using PostgreSQL. Database is created in Heroku. After running heroku pg:…
heroku laravel-4 heroku-toolbelt heroku-postgresHow can I redirect URL from www.myapp.co to myapp.co ? And also if the URL has other parameter …
php .htaccess redirect laravel-4 laravel-routingI have been unsuccessfully trying to leftjoin and get the required data Here is my code: $album = Albums::->…
php sql laravel-4 eloquent query-builderIn Laravel we can setup relationships like so: class User { public function items() { return $this->belongsToMany('Item'); } } Allowing us …
laravel laravel-4 pivot-table eloquentI am trying to commit changes I have made to my code (as usual) from my GitHub client on my …
git github laravel laravel-4 github-for-mac