We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50a61d commit 926a4deCopy full SHA for 926a4de
README.md
@@ -27,9 +27,15 @@ Add `TotemServiceProvider` to the `providers` array of your Laravel v5.4 applica
27
28
Studio\Totem\Providers\TotemServiceProvider::class,
29
30
-Once `Laravel Totem` is installed & registered, you can publish `Totem` assets to your public folder using the following command
+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
37
- php artisan totem:assets
38
+ php artisan totem:assets
39
40
#### Configuration
41
0 commit comments