Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jp7io/laravel-apz
The guide to build a Laravel 5.2 app from a to z.
https://github.com/jp7io/laravel-apz
laravel php
Last synced: 5 days ago
JSON representation
The guide to build a Laravel 5.2 app from a to z.
- Host: GitHub
- URL: https://github.com/jp7io/laravel-apz
- Owner: jp7io
- Created: 2015-07-17T20:02:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T14:53:15.000Z (about 1 year ago)
- Last Synced: 2025-01-22T23:30:16.927Z (11 days ago)
- Topics: laravel, php
- Language: PHP
- Homepage: https://github.com/jp7io/laravel-apz/wiki
- Size: 153 KB
- Stars: 317
- Watchers: 47
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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/jp7io/laravel-apz/badges/gpa.svg)](https://codeclimate.com/github/jp7io/laravel-apz)
[![Test Coverage](https://codeclimate.com/github/jp7io/laravel-apz/badges/coverage.svg)](https://codeclimate.com/github/jp7io/laravel-apz/coverage)#### Step-by-Step Tutorial (Start Here!)
https://github.com/jp7io/laravel-apz/wiki
#### Screencast
https://www.youtube.com/watch?v=AKFoJ2YDPmI&list=PLFEMeqXSeh3xpnSCvL66t87_LcTNYOoFL (portuguese only)
#### Live Demo
* Heroku: https://laravel-apz.herokuapp.com
* Forge/Digital Ocean: http://laravel-apz.jp7.com.br#### Screenshots
https://github.com/jp7io/laravel-apz/wiki/Screenshots
#### Includes
* Laravel 5.2
* 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