parkashay / Gallery-laravel

A simple gallery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Photo Gallery Web Application made with Laravel.

frontend from : html5up's Multiverse

One can upload photos and store them in the database. The uploaded images can later on be deleted from the admin dashboard.

To run the project, first copy the .env.example to a .env file using command cp .env.example .env

Then generate a key for the app using command php artisan key:generate

Run the MySQL server from the XAMPP Control Panel.

migrate the database using command php artisan migrate

Then run the app using command php artisan serve

About

A simple gallery.


Languages

Language:PHP 52.3%Language:CSS 31.7%Language:JavaScript 11.7%Language:Blade 4.3%