PHP 클래스 RachidLaasri\LaravelInstaller\Helpers\DatabaseManager

파일 보기 프로젝트 열기: RachidLaasri/LaravelInstaller 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

migrateAndSeed() 공개 메소드

Migrate and seed the database.
public migrateAndSeed ( ) : array
리턴 array