Skip to content

dev-labs-bg/PremoTask

 
 

Repository files navigation

Premo Task

See task description here.

Project Installation

This guide assumes you already have the project pulled, your virtual hosts correctly configured, and NodeJS and NPM are installed.

  1. Copy .env.example to .env and fill in the information about the environment.
  2. Copy public/.htaccess-sample to public/.htaccess.
  3. Cd into the project directory and run:
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install
npm run build

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.6%
  • TypeScript 11.9%
  • HTML 6.5%
  • JavaScript 4.6%
  • Vue 0.4%