A simple blog that provides genenral Web & Rest API.
Powered by PHP Laravel Framework & Bootstrap CSS Toolkit (Front-end scaffolding).
Check Postman Documentation for API details.
Some Markdown text with some blue text.
Clone this repo to your local machine.
$ git clone https://github.com/MeowKim/LaravelBlogBootstrap.git
Use composer to install
$ composer install
Use yarn to install.
$ yarn
$ yarn dev
or use npm.
$ npm install
$ npm run dev
Create .env file from existing example and fill required items.
$ cp .env.example .env
$ vi .env
Items about DB connection (DB_*) MUST be filled with your own. Others are optional.
Create key for your laravel app via artisan command.
$ php artisan key:generate
Migrate DB with given seed files.
$ php artisan migrate