Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tomatophp/filament-ecommerce
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jul 15, 2024
2 parents 0e760d4 + e398d7f commit 6e9aec3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,29 @@ Build your own ecommerce store with FilamentPHP with the Power of Tomato CMS Bui
```bash
composer require tomatophp/filament-ecommerce
```
after install your package please run this command

we need the Media Library plugin to be installed and migrated you can use this command to publish the migration

```bash
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-migrations"
```

now you need to install the settings hub use these commands

```bash
php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"
php artisan filament-settings-hub:install
```

then you need to publish the account model

```bash
php artisan vendor:publish --tag="filament-accounts-model"
```

after installing your package please run this command

```bash
php artisan filament-ecommerce:install
```

Expand Down

0 comments on commit 6e9aec3

Please sign in to comment.