Skip to content

(OLD) Database

nlavoine edited this page Aug 21, 2019 · 1 revision

A SUPPRIMER ?

Database

seeders

member : mail : [email protected] password : memberpsw

admin : mail : [email protected] password : adminpsw

superadmin : mail : [email protected] password : superadminpsw

Command

php artisan migrate:fresh --seed // empty database, create tables and launch seeders

if message error (Class ### does not exist) : composer dump-autoload

Clone this wiki locally