Answers for "laravel cashier nto added the custom columns to the users table"

PHP
1

laravel cashier overwrite users table name

php artisan vendor:publish --tag="cashier-migrations"

Publish cashier migrationsh and change it as you want. 
Don't forget to set up your model properly. Good luck :)

https://laravel.com/docs/8.x/billing#database-migrations
Posted by: Guest on August-02-2021

Code answers related to "laravel cashier nto added the custom columns to the users table"

Browse Popular Code Answers by Language