Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
My laravel site was working before, I recently upgraded to Apache 2.4 and PHP 5.5.7. Now I'm getting a white blank screen …
php apache frameworks laravel laravel-4I am working on Angular app. I tried to use ng-if and switch inside ng-repeat but didn't succeed. I have …
angularjs dom laravel-4 angularjs-ng-repeat angularjs-ng-ifWondering if its possible to change the size of checkbox as it's possible with buttons. I want it to be …
css twitter-bootstrap checkbox laravel-4 laravel-bladeI read the docs on the Laravel website, Stack Overflow, and Google but still don't understand the difference between Route::…
laravel laravel-5 laravel-4I am looping over all comments posted by the Author of a particular post. foreach($post->user->comments …
laravel laravel-4I am a beginner here so pardon me for this question am using return File::put($path , $data); to create …
laravel laravel-4I'm trying to add a condition using a JOIN query with Laravel Query Builder. <?php $results = DB::select(' …
laravel laravel-4 laravel-query-builder