git clone https://github.com/liara-cloud/php-getting-started.git
cd php-getting-started
git checkout blog
cp .env.example .env # if you're using Winodws, just rename .env.example file to .env
composer install
- run xampp and start Apache & MySQL modules
- create your own database in PHPMyAdmin
- place the project directory to ~/xampp/htdocs/
- set your env variables
- now you can see PHP-Liara-Blog in localhost/php-getting-started page in any browser
- SignUp, Login and LogOut Features
- Send Email Using SMTP Access
- Add New Post Including Images
- Display Profile Page
- Generate Random Posts without Logging in
- Upload Image Using S3-Bucket