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

https://github.com/pyaesoneaungrgn/organic-cms

A demo application made with Filament (TALLkit for Laravel).
https://github.com/pyaesoneaungrgn/organic-cms

Last synced: about 1 month ago
JSON representation

A demo application made with Filament (TALLkit for Laravel).

Awesome Lists containing this project

README

          

# Organic CMS

A demo application made with Filament (TALLkit for Laravel).

![](https://raw.githubusercontent.com/PyaeSoneAungRgn/organic_cms/main/ScreenShot.png)

## Demo
[https://organic-cms.pyaesoneaung.dev](https://organic-cms.pyaesoneaung.dev/)

## Account
```
email: admin@gmail.com
password: admin123
```

## Installation

```sh
composer install
npm install
npm run dev
php artisan migrate
php artisan setup:program
```

## Credits

[Filament Demo App](https://github.com/laravel-filament/demo)