Simple Application written in Laravel 4.
- Upload multiple images
- User account management
- After register possible to view users public / private images
- Pagination in image list (infinite scrolling via jQuery script)
- Information about image (user and date), inputs with links to image
- Image rating system for registered users (AJAX)
- Notification system (latest and history). Notification counter in navigation bar.
- New! Upgrade to Laravel 4.1
Also work on mobile devices via responsive design.
Youtube presentation - Some features (like rating system) are not included in the presentation
- Laravel 4
- jQuery 1.10.2 (with AJAX)
- Twitter Bootstrap v3.0.0
- Intervention Image Class
- Infinite Scroll - jQuery Plugin
- Clone repo
- Run
composer install
- Run
php artisan migrate
to migrate database tables - If you want run
php artisan db:seed
to seed database with example data (such as users) - Enjoy it
- Users comment system
- Tags (with search)
This application is licensed under the MIT License.
Copyright 2013 Radosław Kosiński