Top "Laravel-5.2" questions

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

laravel 5 : Class 'input' not found

In my routes.php file I have : Route::get('/', function () { return view('login'); }); Route::get('/index', function(){ …

php laravel laravel-5 laravel-5.1 laravel-5.2
Please provide a valid cache path

I duplicated a working laravel app and renamed it to use for another app. I deleted the vendor folder and …

laravel laravel-5.2
Laravel 5.2 - pluck() method returns array

I'm trying to upgrade my project L5.1 -> L5.2. In upgrade guide there's one thing which isn't clear for …

php laravel eloquent query-builder laravel-5.2
How to uninstall an older PHP version from centOS7

My project is on Laravel 5.2. and as per guide it required php >= 5.5.6 but there was php 5.4 intalled and I …

php linux centos laravel-5.2 centos7
How to force Laravel Project to use HTTPS for all routes?

I am working on a project that requires a secure connection. I can set the route, uri, asset to use …

php ssl https routes laravel-5.2
Laravel 5.2 Missing required parameters for [Route: user.profile] [URI: user/{nickname}/profile]

I keep getting this error ErrorException in UrlGenerationException.php line 17: When ever any page loads and I'm logged in. Here …

php laravel laravel-routing laravel-5.2
Eloquent get only one column as an array

How to get only one column as one dimentional array in laravel 5.2 using eloquent? I have tried: $array = Word_relation::…

laravel eloquent laravel-5.2
Laravel 5.2 not reading env file

After upgrading to Laravel 5.2, none of my .env file values are being read. I followed the upgrade instructions; none of …

php laravel environment-variables laravel-5.2
Extension gd is missing from your system - laravel composer Update

I newly install Dompdf in Laravel Project via Composer (composer require barryvdh/laravel-dompdf). After enter the Command Terminal Reply Following …

php laravel laravel-5.2 gd
Where are logs located?

I'm debugging a JSON endpoint and need to view internal server errors. However, my app/storage/logs dir is empty …

laravel logging laravel-5 laravel-5.2