Laravel Photo Gallery is a photo uploading application. Colorlib Template Photon used as Frontend HTML Template
git clone https://github.com/tawhid-coder/laravel-photogallery.git photogallery
cd photogallery
cp .env.example .env
composer install
php artisan key:generate
- Create a database and inform .env
- Set APP_URL , APP_NAME to *.env_
php artisan migrate --seed
to create and populate tables- Inform config/mail.php for email sends
php artisan serve
to start the app on http://localhost:8000/
- Home page
- About Page
- Service Page
- Contact Page
- Authentication (registration, login, logout, password reset, mail confirmation)
- Users roles : roles,permission (Laratrust Package)
- Album Create Option
- Photo Upload Option
- Admin dashboard
- laratrust
To test application the database is seeding with users :
- Administrator : email = [email protected], password = password
- Redactor : email = [email protected], password = password
- Contributor : email = [email protected], password = password