- 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 install
Rename the file .env.example
to .env
.
cp .env.example .env
Generate the Application key
php artisan key:generate
Set DB credentials, InfoConnect API URL and App Name in .env
Migrate the database.
php artisan migrate
To run this project on localhost
php artisan serve
This project will by default run on this server:
http://localhost:8000/
For more details
php artisan serve --help