fridzema / fridzel
Minimalistic photo CMS 📸
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- appstract/laravel-opcache: ^1.1
- htmlmin/htmlmin: ^4.5
- intervention/image: ^2.4
- laravel/framework: 5.4.*
- predis/predis: ^1.1
- spatie/laravel-medialibrary: ^5.9
- spatie/laravel-responsecache: ^3.2
Requires (Dev)
- arubacao/php-cs-fixer-config: ^0.0.2
- fzaninotto/faker: ~1.4
- laravel/dusk: ^1.0
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-11-16 03:07:07 UTC
README
Fridzel
Fridzel | Minimalistic photo CMS 📸
🖼 Screenshots
⚙️ Features
- Basic parallel Drag and Drop File upload (Dropzone)
- Drag and drop reordering
- Photo EXIF data extraction (Not displayed yet)
- Optional CDN Support
- Optional Google Analytics Support
- Envoy deploy script
🚧 Roadmap
- Better responsive css, at the moment almost as minimal/showable possible
- Multiple themes, different grids
- Optional abums
- Photo search/filtering
- Reordering photos
- Configuration options
- Lightroom publishing plugin
- Photo stories and EXIF information
- Photo comments
- Photo votes
- Photo social media sharing
- Google AMP Pages
- SEO
- Ansible provision script
Installation
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:
user@fridzel.dev
password
Questions?
Feel free to make an issue about whatever you want!