This project is my first project use php laravel framework. This website is a community website like instagram. You can upload picture in your own post, search others' posts, and view their posts or profile.
- php 7.2.8
- Laravel Framework 5.6.33
- XAMPP Version 7.2.8
- registration
- post own post
- edit profile
- search user
- view others' posts and profile
Because some files are ingored. So you should reduce these files.
- Clone this project.
- Reduce vendor folder
composer install
- Reduce .env
cp .env.example .env
php artisan key:generate
- Set database schema in .env file. For example, if you use mysql, you should change the DB_CONNECTION=mysql section.
- Rebuild your database
php artisan migrate
php artisan db:seed