wifidog / wifidog-auth-laravel

Rework wifidog-auth by Laravel
https://circleci.com/gh/wifidog/wifidog-auth-laravel
Other
102 stars 40 forks source link

Do this support postgress? or where we can find mysql files to create db? #60

Closed kishangondaliya closed 3 years ago

kishangondaliya commented 3 years ago

Do this support postgress? or where we can find mysql files to create db?

sinkcup commented 3 years ago

yes, Laravel supports postgress, https://laravel.com/docs/8.x/database

just run:

php artisan migrate