Skip to content

MeowKim/LaravelBlogBootstrap

Repository files navigation

Laravel Blog /w Bootstrap

📝 About

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.

🚗 Getting Started

Clone

Clone this repo to your local machine.

$ git clone https://github.com/MeowKim/LaravelBlogBootstrap.git

Install PHP packages

Use composer to install

$ composer install

Install JS packages & compile assets

Use yarn to install.

$ yarn
$ yarn dev

or use npm.

$ npm install
$ npm run dev

Set Environment

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.

Generate key

Create key for your laravel app via artisan command.

$ php artisan key:generate

Migration

Migrate DB with given seed files.

$ php artisan migrate

🔓 License

Copyright ©2020 MeowKim
Distributed under the MIT License.

About

Laravel Blog /w Bootstrap

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors