Answers for "laravel 7 to laravel 8"

PHP
1

update laravel 7 to 8

"require": {
    "php": "^7.3|^8.0",
    .....
},
Posted by: Guest on December-18-2021
1

laravel 8

php artisan schema:dump

// Dump the current database schema and prune all existing migrations...
php artisan schema:dump --prune
Posted by: Guest on July-19-2021

Browse Popular Code Answers by Language