Top "Laravel-4" questions

Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.

Laravel Pass Parameter from Route to Filter

I am using the laravel framework. If I have the following route: Route::get('/test/{param}', array('before'=&…

php routing laravel laravel-4 mamp
FPDF Header and Footer

I've install FPDF on Laravel 4. I use this code to try FPDF but the functions Header() and Footer() don't work …

php laravel laravel-4 fpdf
Laravel psr-4 not autoloading

I have a Laravel project that works fine locally (Mavericks), but classes under psr-4 aren't loading on our stage server (…

laravel laravel-4 composer-php psr-4
Laravel: Returning the namespaced owner of a polymorphic relation

I can find a number of discussions regarding this but no clear solution. Here are two links, although I will …

laravel laravel-4 polymorphism eloquent
URL segment using Laravel 4

How can I implement a segment based url in laravel 4? I tried using it in laravel 3 like URI::segment(1) and …

php laravel-4 uri segment
Cron Job in Laravel

I am trying to develop a cron job for a command I have already created. I am completely new to …

php cron laravel laravel-4 jobs
Case-sensitive where statement in laravel

How can I do a case-sensitive string match with laravel? SELECT * FROM `invites` WHERE `token`='OGwie2e2985tOEGewgu23hUFs' Can …

php mysql laravel-4 eloquent case-sensitive
RuntimeException SplFileInfo::getSize(): stat failed for... Laravel 4 upload image

I work with laravel 4 (last update), I create a form where we could upload an image (logo/avatar). I am …

php file-upload laravel-4 spl splfileobject
Laravel Back to page with old input for validation

For the Update Profile Page I use the route as Route::get('editdriver/{data}', 'DriverController@EditDriver'); And in the …

php validation laravel laravel-4 laravel-validation
laravel show only next and previous link in pagination

I ma trying to use Laravel Pagination and I only want to show the Previous and Next link with out …

php laravel laravel-4 pagination laravel-pagination