Laravel + Vue + Bootstrap
Blogs, Comments, Discuss and Communities ...
This is a self-study project. This project is still under development, DO NOT used in a production environment.
laravel 7.*
Vue 2.*
bootstrap-vue 2.*
- clone the repo
- run
composer install
- rename
.env.example
to.env
- edit
.env
with your database info, MySQL or MariaDB recommanded - run
php artisan key:generate
- run
yarn
ornpm install
- run
yarn run dev
ornpm run dev
- run
php artisan migrate
Thank you for considering contributing to this repo!
This repo is open-sourced software licensed under the MIT license.