Skip to content

Commit

Permalink
updated README + syncing 'composer update' results
Browse files Browse the repository at this point in the history
  • Loading branch information
rgasch committed Sep 17, 2022
1 parent 9119060 commit b76f836
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 89 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,34 @@ of basic utilities and goodies pre-installed.
composer create-project --prefer-dist rgasch/filament-extended-starter-kit FilamentStarterKit
```

Configure database access.
Install dependencies

1. Edit .env
2. Set your database access parameters
```bash
composer update
```

Then run migrations
Run migrations

```bash
php artisan migrate
```

Then create the first/admin user:
Create the first/admin user:

```
php artisan make:filament-user
```

Init FilamentShield

```
php artisan shield:install
```

For the FilamentShield install, answer "yes" to all questions it asks.

In theory, that should be it. You can now go to /admin on your site and you should see the filament
login screen.
login screen. Log in with the user you created in step #4 above.


## Installed Plugins
Expand Down
Loading

0 comments on commit b76f836

Please sign in to comment.