mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 14:38:22 +08:00
Add instructions to install dev dependencies.
This commit is contained in:
parent
23e7733d97
commit
a33fad0ba0
|
@ -69,10 +69,12 @@ Currently Flarum is in its very early stages, and it isn’t 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`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user