Skip to content

Update README

JP Barbosa edited this page Mar 15, 2016 · 3 revisions

Update README

Insert continuous integration badges and some links
nano README.md
# Laravel Apz

#### The guide to build a Laravel 5.2 app from a to z.

[![Build Status](https://codeship.com/projects/7d4edbc0-0ef3-0133-9bce-226e55fae8ac/status?branch=master)](https://codeship.com/projects/91866)
[![Code Climate](https://codeclimate.com/github/jp7internet/laravel-apz/badges/gpa.svg)](https://codeclimate.com/github/jp7internet/laravel-apz)
[![Test Coverage](https://codeclimate.com/github/jp7internet/laravel-apz/badges/coverage.svg)](https://codeclimate.com/github/jp7internet/laravel-apz/coverage)

####  Live Demo

* Heroku: https://laravel-apz.herokuapp.com
* Forge/Digital Ocean: http://laravel-apz.jp7.com.br

#### Step-by-Step Tutorial

https://github.com/jp7internet/laravel-apz/wiki

#### Screenshots

https://github.com/jp7internet/laravel-apz/wiki/Screenshots

#### Includes

* Restful CRUD and associations
* API first approach
* Asset management with Bower, Elixir and Gulp
* CSS with Bootstrap
* Ajax CRUD with UJS
* Mailer
* Queues with Redis
* Functional and acceptance tests with Codeception and Selenium
* Continuous integration with Code Climate and Codeship
* Deploy with Heroku and Laravel Forge
* Monitoring with Papertrail
Add README to Git
git add .
git commit -m "Update readme"
git push