Daniyal-Javani / laravel-test-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Laravel Project with Tests

This is a part of Laravel Test Guideline Project, made by Framgia Vietnam.

Build Status

Scrutinizer CI Build Status Scrutinizer Code Quality Code Coverage

Travis CI Build Status

Circle CI Build Status

Framgia CI Build Status

Installation

Docker

  • Copy file .env.docker.example to .env
  • Run docker-compose up -d command
  • Enter the laravel_test_examples_workspace container
docker exec -ti laravel_test_examples_workspace /bin/bash
  • Install project dependencies
composer install
yarn
  • Run migration
php artisan migrate
php artisan migrate --database=mysql_test
  • Generate application encryption key
php artisan key:generate

Integrate with CI services

About

License:MIT License


Languages

Language:PHP 68.2%Language:HTML 16.7%Language:Vue 15.0%Language:Shell 0.2%