This is a tasks project with Laravel and Vue.js.
- MySQL
- Apache
- phpMyAdmin
- PHP 7.4
- Laravel 8
- Node
- Vue.js 2
- Sass
Change values in root doc .env
ADMIN_EMAIL=admin@example.com
MAIL_MAILER=smtp
MAIL_HOST=smtp.domain.com
MAIL_PORT=466
MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=site@domain.comTo install the dependencies:
bin/installTo init the aplication:
bin/initTo create a user:
bin/userTo run the application:
bin/stopTo run the application:
bin/startTo run the "laravel" and "vue" commands:
bin/runTo open container's bash
bin/bash backend
bin/bash frontendTo restart the application:
bin/restartTo destroy the application:
bin/killThis command includes:
- delete laravel
- delete vue
- delete node
- delete Database
- delete containers
- delete container's volume
- delete container's network
User: admin
Password: admin1234MariaDB's IP:
padrão: 171.0.0.10:3306
local: 127.0.0.1:3306phpMyAdmin's IP:
padrão: 171.0.0.15:80
local: 127.0.0.1:8306Laravel's IP:
padrão: 171.0.0.20:8000
local: 127.0.0.1:8000Vue's IP:
local: 127.0.0.1