For the finished version, check out Photoify2
An Instagram-like application where users can upload, like and comment on eachothers images.
- Laravel
- php-sqlite3
- doctrine/dbal
- Clone the project
$ git clone https://github.com/erhuz/Photoify.git
- Move inside the Photoify directory
$ cd Photoify
- Install composer dependencies
$ composer install
- Rename
.env.example
to.env
$ mv .env.example .env
- Generate application key
$ php artisan key:generate
- Start the application server
$ php artisan serve