Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Add dev environment and styleci info to readme
Browse files Browse the repository at this point in the history
#3 Add dev environment and styleci info to readme
  • Loading branch information
mattias-persson committed May 19, 2018
1 parent 748e5ef commit a3247e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@
6. Run `php artisan db:seed` to generate test data.

You should now be ready to visit your test domain for this project!

## Suggested development environment and tools
To make the process of contributing as smooth as possible we suggest using tools and services that run well with the Laravel backend, although none of these are required. Our suggested environment includes:
* Laravel Valet which serves as your local webserver ([https://laravel.com/docs/master/valet](https://laravel.com/docs/master/valet))
* Mailtrap which will safely catch any outgoing email: ([https://mailtrap.io](https://mailtrap.io))
* Sequel Pro for managing your database ([https://www.sequelpro.com](https://www.sequelpro.com))

## Coding style
We follow the PSR-2 coding standard, but don't worry if your styling isn't perfect. It will be fixed by [https://styleci.io/](StyleCI) when your pull request is merged.

0 comments on commit a3247e6

Please sign in to comment.