Complete Dockerized laravel blog app using Vue.js & mysql
This is the complete dockerized Laravel & Vue.js blog & forum application which can be extended to make your complete product.
This is the only complete & powerful blog + forum application built with Laravel also having beautiful & convenient UI.
Laravel 5.*
and Vuejs 2.*
combined with the establishment of a good response and handy admin-panel. The admin-panel made through the Vuejs
component development. The complete setup is workable within minutes with docker compose 2
Here is the complete Document & Live Demo
git clone https://github.com/literd/docker-laravel-vuejs.git
cp .env.example .env
Edit the .env
file and set the database
and other config for the system after you copy the .env
.example file.
Install the Laravel
extended repositories:
composer install -vvv
Install the Vuejs
extended repositories:
npm install
Compile the js code:
npm run dev
// OR
npm run watch
// OR
npm run production
migrate
command and generate test data.php artisan blog:install
Author: gliterd
Source Code: https://github.com/gliterd/docker-laravel-vuejs
#vue #vuejs #javascript #laravel #docker