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
- Host: GitHub
- URL: https://github.com/matildevoldsen/filament-cms-yt
- Owner: Matildevoldsen
- Created: 2023-11-06T20:19:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T17:26:17.000Z (over 2 years ago)
- Last Synced: 2025-04-24T03:05:59.672Z (about 1 year ago)
- Language: PHP
- Homepage: https://youtube.com/playlist?list=PLjCZ5YN4HlacfJ_CR-CkwVBKWGC-z5_T-&si=R0C9-U4QqgqTj7lb
- Size: 2.23 MB
- Stars: 28
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.