Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
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-artisanMy register page is showing the form properly with CsrfToken ({{ csrf_field() }}) present in the form). Form HTML <form …
php laravel csrf laravel-5.5When 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-horizonIs 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-storageI 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-fractalI 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-500In 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-passportI'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.4I 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 downgradeI 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