AngelNav / boardrooms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Installation

To start using this project is very simple, you just have to clone and install the dependencies with Composer. Once this is done, you must to copy file ".env.example" in ".env" fil and configure the information. After that, you must to create the encryption key of the projects. The commands to use are the following:

install laravel project and dependencies

composer install
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh --seed

When you finish this steep, you will need to generate app.css and app.js for generate vue files, and style files.

install node dependencies

npm install
npm run dev

About


Languages

Language:PHP 67.9%Language:Blade 21.6%Language:Vue 10.1%Language:Shell 0.5%