Skip to content

Commit

Permalink
These two commands aren't required here.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Jun 17, 2024
1 parent e456dc1 commit 047e290
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/collections/docs/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ There are 3 steps to follow to install Statamic into your Laravel app.
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php artisan statamic:install --ansi", // [tl! **]
"@php artisan statamic:search:update --all --ansi",
"@php artisan statamic:static:clear --ansi"
"@php artisan statamic:install --ansi" // [tl! **]
],
}
```
Expand Down

0 comments on commit 047e290

Please sign in to comment.