fridzema/fridzel is a Laravel package for minimalistic photo cms ๐ธ.
It currently has 0 GitHub stars and 9 downloads on Packagist (latest version v0.1).
Install it with composer require fridzema/fridzel.
Discover more Laravel packages by fridzema
or browse all Laravel packages to compare alternatives.
Last updated
Fridzel | Minimalistic photo CMS ๐ธ
Recommended:
composer create-project fridzema/fridzel
Or:
git clone https://github.com/fridzema/fridzel && cd fridzel && composer install && cp .env.example .env
Fill the .env file with your own values, and then do not forget to seed the database
php artisan migrate --seed
If there are no photos found yet you will be redirected to the login page, you can login with following default credentials:
password
Feel free to make an issue about whatever you want!