mirror of
https://github.com/flarum/core.git
synced 2025-07-17 23:01:17 +02:00
Missed some workbench changes.
This commit is contained in:
@@ -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:
|
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"
|
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:
|
9. Run the following commands to compile the Ember app:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd vendor/flarum/core/ember
|
cd workbench/flarum/core/ember
|
||||||
npm install
|
npm install
|
||||||
bower install
|
bower install
|
||||||
ember serve --output-path="../public"
|
ember serve --output-path="../public"
|
||||||
|
Reference in New Issue
Block a user