Skip to content

bayurifkialghifari/waduh-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WADUH

php artisan run {port?} to start the application on localhost:8080
php artisan make:migration {name} to create migration
php artisan make:seeder {name} to create seeder
php artisan make:controller {name} to create controller
php artisan make:view {name} to create model
php artisan migrate to run migration
php artisan db:seed {name?} to run seeder
php artisan rollback to rollback migration