Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrpunyapal/filament-demo

this demo was created on the stage.
https://github.com/mrpunyapal/filament-demo

Last synced: about 1 month ago
JSON representation

this demo was created on the stage.

Awesome Lists containing this project

README

        

# Filament demo

## Steps
```bash
git clone https://github.com/mr-punyapal/filament-demo.git
```

```bash
composer install
```

```bash
cp .env.example .env
```
```bash
php artisan generate:key
```
```bash
php artisan storage:link
```
setup database in .env
```bash
php artisan migrate --seed
```

```bash
php artisan serv
```