Top "Laravel-5.7" questions

Laravel 5.7 is the previous stable version of the open-source PHP web framework created by Taylor Otwell.

Upgrade Laravel 5.6 to 5.7

I want to upgrade Laravel to 5.7 because I need new features, but I can't find any easy way. I followed …

laravel laravel-5.6 laravel-5.7
Laravel No Existing Directory at "storage/logs"

I want to run a Laravel 5.7 application with Docker. My containers start OK but when I try to run the …

php laravel docker laravel-5.7
laravel 5.7.15 419 Sorry, your session has expired. Please refresh and try again

Hello i am using laravel 5.7.15 i am facing issue <form method="post" action="my_post_Action" class="login100-form …

php laravel laravel-5.7 csrf-token
Laravel 5.7 - Verification email is not sent

I've upgraded my laravel instance from version 5.6 to version 5.7. Now I try to use the built-in email verification from laravel. …

laravel email laravel-5 email-validation laravel-5.7
Validate array of inputs in form in Laravel 5.7

My form has the same input field multiple times. My form field is as follows: <input type='text' name=…

php laravel laravel-5 laravel-validation laravel-5.7
How to install Laravel 5.8

$ composer create-project --prefer-dist laravel/laravel="5.8.*" larastart it's not working and I tried some other ways too but not worked for …

php laravel laravel-5.8 laravel-5.7 laravel-6
Location of auth:api Middleware

Can somebody please tell the location of auth:api middleware? As per the auth:api middleware, the api routes are …

laravel-5.5 laravel-5.6 laravel-5.7
Laravel 5.7 + Intervention Image : Image source not readable

I've create an app that upload image along with title, description & etc. However, i'm having a problem in some …

laravel laravel-5.2 laravel-5.7 intervention
How to use triggers in laravel?

My code, using PHP artisan make: migration create_trigger command public function up() { DB::unprepared(' CREATE TRIGGER roll_no …

mysql database laravel triggers laravel-5.7
how to switch language in laravel 5.7

I'm new to the this forum and this is my first question. I am developing an laravel application.so that …

php laravel localization laravel-5.7