README.md

Summary

Maintainability
Test Coverage
# Tyloo.fr

[![Latest Version on Packagist](https://img.shields.io/packagist/v/tyloo/tyloo.svg?style=flat-square)](https://packagist.org/packages/tyloo/tyloo)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/tyloo/tyloo/master.svg?style=flat-square)](https://travis-ci.org/tyloo/tyloo)
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/8cfdc531-0c50-4cec-bf78-ed8c070119ec.svg?style=flat-square)](https://insight.sensiolabs.com/projects/8cfdc531-0c50-4cec-bf78-ed8c070119ec)
[![StyleCI](https://styleci.io/repos/35223632/shield)](https://styleci.io/repos/35223632)
[![Coverage Status](https://img.shields.io/codeclimate/coverage/github/tyloo/tyloo.svg?style=flat-square)](https://codeclimate.com/github/tyloo/tyloo/coverage)
[![VersionEye](https://img.shields.io/versioneye/d/ruby/rails.svg?style=flat-square)]()

This package is the source code of my personal website [www.tyloo.fr](https://www.tyloo.fr/). It is written in PHP and based on the Laravel Framework.
It contains Resume, Works, Blog and Contact pages and has a complete backend.
I accept PRs, so don't hesitate if you spot some bugs or want to add features. You can fork it and use it as you wish, but don't forget to mention me please ;)

**If you like my work, please hit the STAR button!**


## Install

Via Composer

``` bash
$ composer create-project tyloo/tyloo folder
```

Via Git
``` bash
$ git clone https://github.com/tyloo/tyloo.git folder
```

## Usage

Please see [Wiki](https://github.com/tyloo/tyloo/wiki) for more informations and how to use it.

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

``` bash
$ vendor/bin/phpunit
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email [jbonva@gmail.com](jbonva@gmail.com) instead of using the issue tracker.

## Credits

- [Julien 'Tyloo' Bonvarlet](https://github.com/tyloo)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.