Last active
November 7, 2016 10:07
-
-
Save putWorkDev/33b96e3e749af32062870de8a6f03223 to your computer and use it in GitHub Desktop.
Best practices in Laravel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Validate forms: | |
| . FormRequests (https://mattstauffer.co/blog/laravel-5.0-form-requests) | |
| Use modules in laravel: | |
| . pingpong-labs (https://github.com/pingpong-labs/modules) | |
| Create repositories in laravel: | |
| . http://heera.it/laravel-repository-pattern#.WCBSDnWLTQ3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment