Answers for "laravel remigrate ne table"

PHP
-1

re migrate laravel

Try:
composer dump-autoload
php artisan config:cache

If not working also try:
php artisan migrate:refresh.
Posted by: Guest on July-02-2020
6

migrate to an existing table in laravel commad

php artisan make:migration add_paid_to_users_table --table=users
Posted by: Guest on April-30-2020

Browse Popular Code Answers by Language