mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
Missed some workbench changes.
This commit is contained in:
parent
69b732b894
commit
b37deb248c
|
@ -82,7 +82,7 @@ Currently Flarum is in its very early stages, and it isn’t pretty. **It is far
|
|||
6. Run the Flarum migrations and database seeder to generate dummy data:
|
||||
|
||||
```
|
||||
php artisan migrate --package="flarum/core"
|
||||
php artisan migrate --bench="flarum/core"
|
||||
php artisan db:seed --class="Flarum\Core\Support\Seeders\DatabaseSeeder"
|
||||
```
|
||||
|
||||
|
@ -98,7 +98,7 @@ Currently Flarum is in its very early stages, and it isn’t pretty. **It is far
|
|||
9. Run the following commands to compile the Ember app:
|
||||
|
||||
```
|
||||
cd vendor/flarum/core/ember
|
||||
cd workbench/flarum/core/ember
|
||||
npm install
|
||||
bower install
|
||||
ember serve --output-path="../public"
|
||||
|
|
Loading…
Reference in New Issue
Block a user