-
Notifications
You must be signed in to change notification settings - Fork 49
Update README
JP Barbosa edited this page Mar 15, 2016
·
3 revisions
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
git add .
git commit -m "Update readme"
git push
- Setup
- Basic CRUD
- Validation
- Views
- Association
- Association Controller
- Association Views
- Basic Template
- Bootstrap
- Bootstrap CRUD
- Alerts
- Welcome Page
- Ajax CRUD
- Send Email
- Send Email Views
- Jobs Queue
- Captcha
- Async External Content
- Cached External Content
- Tests Setup
- Functional Tests
- Acceptance Tests
- Continuous Integration
- Deploy with Heroku
- Deploy with Forge
- Update README