About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
nasrulhazim
3/13/2018 - 7:03 AM
share
Share
add_circle_outline
Save
Sample Codes Assesment Checklist
Sample Codes Assesment Checklist
qa-qc.md
content_copy
file_download
Rendered
Source
QA and QC Checklist
Controllers
API
Datatables
Remove datatables method in current API
Web
Resources
Assets
Lang
Views
Route
Correct HTTP Method
Method Spoofing
Route naming convention
Update API Route in RouteServiceProvider
namespace to
Api
as
api.
prefix
api
Replace underscode with period on route name
Find existing usage that have
.api.
in the route name using regex:
(route\('){1}(.)*(\.api\.){1}(.)+('\)){1}
Update route name usage
resources/views
app
Code Style PSR-2 Compliance
Helpers
Controllers
Not Used
Model namespace
Models
Not Used
Structure
Relationship
clear