Heza
Blogging web application written in PHP/Laravel
Screenshot
Usage
Clone
[Clone Repository](https://github.com/itsgracian/Heza.git)
Install Dependencies using composer
composer install
Install Package using NPM
npm install
Change Environment Variable
- APP is using cloudder package for uploading image make sure that you have cloudinary account
- cloudinary Link cloudinary
Change Cloudinary Setup in .env file
- CLOUDINARY_CLOUD_NAME=CLOUD_NAME
- CLOUDINARY_API_KEY=CLOUD_API_KEY
- CLOUDINARY_API_SECRET=CLOUDINARY_API_SECRET
Run Migration
php artisan migrate
Run App
php artisan serve
License
MIT