Skip to content
/ blog Public

Simple admin panel to manage blog created with Filament

Notifications You must be signed in to change notification settings

VojislavD/blog

Repository files navigation

Blog Admin Panel

Note: App is still under heavy development

Blog Admin Panel Image Light

Blog Admin Panel Image Dark

Simple blog admin panel created with Filament.

Installation

Clone the repository, navigate to project directory and install dependencies

composer install

Create a file for environment variables by coping .env.example

cp .env.example .env

Create application key

php artisan key:generate

Setup database credentials in .env file and run migrations

php artisan migrate

Usage

Create new user with command

php artisan make:filament-user

To be able to upload images you need to setup S3 disk, or you can use some of the alternatives for local development like Minio.

Testing

./vendor/bin/pest

About

Simple admin panel to manage blog created with Filament

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published