-
Notifications
You must be signed in to change notification settings - Fork 8
Artisan
yurtesen edited this page Aug 15, 2016
·
2 revisions
The available artisan commands:
Install Installs the migrations files to App migrations folder. Remember to execute the migrations afterwards.
geonames:install
Download Downloads the GeoNames database files
geonames:download [options]
--update Updates the downloaded files to latest versions
Seed Seeds the database tables using downloaded files
geonames:seed [options]
--update-files Updates the downloaded files to latest versions
--refresh Truncate tables before importing
--table=TABLE Import only the given table
Wiki
Quickstart
Models
Examples