Метод | Описание | |
---|---|---|
migrateAndSeed ( ) : array | Migrate and seed the database. |
Метод | Описание | |
---|---|---|
migrate ( ) : array | Run the migration and call the seeder. | |
response ( $message, string $status = 'danger' ) : array | Return a formatted error messages. | |
seed ( ) : array | Seed the database. | |
sqlite ( ) | check database type. If SQLite, then create the database file. |
public migrateAndSeed ( ) : array | ||
Результат | array |