Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrpunyapal/filament-demo
- Owner: MrPunyapal
- Created: 2023-05-01T14:48:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T02:13:33.000Z (over 1 year ago)
- Last Synced: 2023-12-19T18:15:06.702Z (about 1 year ago)
- Language: PHP
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```