From 9eefb595bc660ee7a47708d45af44202d59a57fe Mon Sep 17 00:00:00 2001 From: Michael Kimsal Date: Mon, 23 Feb 2015 17:44:48 -0500 Subject: [PATCH] Update readme.md Tiny typo fix --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b4bfd6d..a7b8ea6 100644 --- a/readme.md +++ b/readme.md @@ -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