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

https://github.com/matildevoldsen/filament-cms-yt

This is the code from my CMS YT Course
https://github.com/matildevoldsen/filament-cms-yt

Last synced: 7 months ago
JSON representation

This is the code from my CMS YT Course

Awesome Lists containing this project

README

          

# Fila CMS

Filament is a simple CMS for Laravel. It's designed to be a fast, simple, and you can learn how to build it through my
YouTube series [Building a CMS with Filament and Laravel 10](youtube.com/playlist?list=PLjCZ5YN4HlacfJ_CR-CkwVBKWGC-z5_T-&si=R0C9-U4QqgqTj7lb).

## Installation
To install Filament, run the following command:
```composer install```. Make sure you run ```npm install && npm run dev``` and to migrate your tables (``php artisan migrate``).

### Stability

Fila CMS is currently in development and is not ready for production use.