Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishyassin/villa
https://github.com/kishyassin/villa
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kishyassin/villa
- Owner: kishyassin
- Created: 2024-11-19T22:47:47.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:55:48.000Z (27 days ago)
- Last Synced: 2024-12-19T13:19:54.401Z (27 days ago)
- Language: PHP
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.