Requirements
============

* PHP >=5.6.4

Installation
============

```bash
composer install
php artisan key:generate 
```

Update environment

```bash
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=submitmytax
DB_USERNAME=root
DB_PASSWORD=
```

Run migration and seeder

```
php artisan migrate:refresh --seed
```

Run development server

```
php artisan serve
```

Test
============

```
php artisan test
```
