rodrigoulisses / parse-excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  • Install composer https://getcomposer.org/

  • Download composer dependencies

    composer install

  • Configure database

    • Copy the .env.example file to .env and configure your environment variables
      • APP_URL
      • DB_* variables
  • Create tables

    php artisan migrate:refresh

Architecture

This project uses the default Laravel architecture. For more information, please check the laravel website.

Running Application

  • Serve php artisan serve If you use docker run the command: php artisan serve --host=0.0.0.0

Running Tests

  • Refresh database (recommended) php artisan migrate:refresh --seed

  • Run PHPUnit vendor/bin/phpunit

Useful links

About


Languages

Language:PHP 79.3%Language:HTML 19.1%Language:JavaScript 0.8%Language:Vue 0.4%Language:ApacheConf 0.4%