savannabits / charaza-ui

Lightweight Laravel 8 Admin CRUD generator and Starter template with Jetstream, Livewire and Tailwindcss Frontend
https://savannabits.github.io/charaza-ui/
49 stars 11 forks source link

Migration is failing #9

Closed clawes closed 3 years ago

clawes commented 3 years ago

php artisan migrate is failing due to missing columns in the users table.

The users table is missing the username, first_name, and last_name columns.

coolsam726 commented 3 years ago

Take a look at This Solution and see if it can help you. We will make the package more independent in terms of the database migrations in future. (Less opinionated).