Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kishyassin/villa


https://github.com/kishyassin/villa

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Getting Started with Filament

## Installation

5. Install Composer dependencies:
```bash
composer install
```
3. Run database migrations:
```bash
php artisan migrate
```

4. Create a Filament user:
```bash
php artisan make:filament-user
```

5. Access the Filament admin panel at `/admin`.