Top "Laravel-5.5" questions

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

No Application Encryption Key Has Been Specified

I'm new to Laravel and I'm trying to use the Artisan command... php artisan serve It displays... Laravel development server …

php laravel laravel-5 laravel-5.5 laravel-artisan
"The page has expired due to inactivity" - Laravel 5.5

My register page is showing the form properly with CsrfToken ({{ csrf_field() }}) present in the form). Form HTML <form …

php laravel csrf laravel-5.5
How can I solve "laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system"?

When I run composer install on command promp, there exist error like this : Problem 1 - Installation request for laravel/horizon …

php laravel composer-php laravel-5.5 laravel-horizon
Laravel File Storage delete all files in directory

Is there a way to delete all files in specific directory. I'm trying to clear all my files in my …

php laravel laravel-5.5 file-storage
Laravel 5.5 API resources for collections (standalone data)

I was wondering if it is possible to define different data for item resource and collection resource. For collection I …

php laravel eloquent laravel-5.5 thephpleague-fractal
Laravel 5.5 Error 500 in Cpanel Shared Hosting

I already upload my laravel project folder into cpanel hosting. I did't have VPS. I has read many example in …

php laravel cpanel laravel-5.5 http-status-code-500
Laravel 5.6 - How to get auth()->user() or $response->user() in api controller?

In api.php routes file below, there are public routes and private routes: Route::group(['namespace' => 'API'], function() { // Public …

laravel laravel-5 laravel-5.5 laravel-5.6 laravel-passport
Laravel The stream or file "/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied

I'm running Laravel app on server (Ubuntu 16.04). I have an error The stream or file "/var/www/mydomain.com/storage/…

ubuntu-16.04 laravel-5.5 apache2.4
How to downgrade in Laravel Framework? (5.6 to 5.5)

I have a project which is done with Laravel 5.6. But My current server doesn't have php 7.1 installed yet. How is …

laravel-5.5 laravel-5.6 downgrade
How to show selected value from database in dropdown using Laravel?

I want to show selected value from database into dropdown list on page load. My controller index function is : public …

laravel select dropdown laravel-5.5 selectedvalue