Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
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.2I duplicated a working laravel app and renamed it to use for another app. I deleted the vendor folder and …
laravel laravel-5.2I'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.2My 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 centos7I 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.2I 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.2How 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.2After 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.2I 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 gdI'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