- A blogging website which allows user to create an account,Create , Update , Delete posts with images.
- Implementation of a line graph using charts.js using dummy data.
- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- XML PHP Extension
Clone this repo or download it on your local system.
Open composer and run this given command.
composer installRename the file .env.example to .env.
cp .env.example .envGenerate the Application key
php artisan key:generateSet DB credentials, InfoConnect API URL and App Name in .env
Migrate the database.
php artisan migrateTo run this project on localhost
php artisan serveThis project will by default run on this server:
http://localhost:8000/
For more details
php artisan serve --help


