Skip to content

Commit 926a4de

Browse files
author
Roshan
committed
wip : add instruction to run migration in readme
1 parent d50a61d commit 926a4de

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ Add `TotemServiceProvider` to the `providers` array of your Laravel v5.4 applica
2727

2828
Studio\Totem\Providers\TotemServiceProvider::class,
2929

30-
Once `Laravel Totem` is installed & registered, you can publish `Totem` assets to your public folder using the following command
30+
Once `Laravel Totem` is installed & registered,
31+
32+
- Run the migration
33+
34+
php artisan migrate
35+
36+
- Publish `Totem` assets to your public folder using the following command
3137

32-
php artisan totem:assets
38+
php artisan totem:assets
3339

3440
#### Configuration
3541

0 commit comments

Comments
 (0)