Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Update readme.md #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RFP-EZ is working to create a streamlined process for the federal government to
- Copy the `application/config/local_example` directory to `application/config/local` (which will be .gitignore'd)
- Enter your database credentials in `application/config/local/database.php`
- From the root project directory, install the Laravel migrations table: `php artisan migrate:install --env=local`
- If the last command only creates the laravel_migrations table itself, but does not migrate the tables, then also do: `php artisan migrate --path=applciations/migrations --env=local`
- If the last command only creates the laravel_migrations table itself, but does not migrate the tables, then also do: `php artisan migrate --path=applications/migrations --env=local`
- Give yourself some seed data: `php artisan seed --env=local`

##### 4. Run the Grunt watcher
Expand Down