Add instructions to install dev dependencies.

This commit is contained in:
Toby Zerner 2014-12-23 20:18:52 +10:30
parent 23e7733d97
commit a33fad0ba0

View File

@ -69,10 +69,12 @@ Currently Flarum is in its very early stages, and it isnt pretty. **It is far
1. Make sure you have [Composer](http://getcomposer.org), [ember-cli](http://www.ember-cli.com), and [Bower](http://bower.io) installed globally.
2. Create a new [Laravel 4](http://laravel.com/docs/4.2/quick) project.
3. Open up `composer.json` and change `minimum-stability` to `dev`.
4. Run the following command in your project directory:
4. Run the following commands in your project directory:
```
composer require flarum/core
cd vendor/flarum/core
composer install
```
5. Create a new MySQL database and configure your database details in `app/config/database.php`.