https://github.com/kishyassin/villa
https://github.com/kishyassin/villa
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kishyassin/villa
- Owner: kishyassin
- Created: 2024-11-19T22:47:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:55:48.000Z (5 months ago)
- Last Synced: 2025-01-13T20:43:38.371Z (4 months ago)
- Language: PHP
- Size: 10.4 MB
- Stars: 2
- 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`.