https://github.com/tzsk/guide
Laravel Guid for Reference
https://github.com/tzsk/guide
Last synced: 3 months ago
JSON representation
Laravel Guid for Reference
- Host: GitHub
- URL: https://github.com/tzsk/guide
- Owner: tzsk
- Created: 2018-04-13T07:22:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T09:41:09.000Z (over 7 years ago)
- Last Synced: 2025-01-11T14:22:24.210Z (9 months ago)
- Language: HTML
- Homepage: https://tzsk.github.io/guide
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guide for PHP Laravel
> This is just a standard way we should write code so that everyone can understand eachother's code and perform on them.
In this guid I will explain some best practices and set some universal standards for our internal use only, to how to go about Creating an applicaion in Laravel.
There will be certain steps dedicated to coding standards and some for building Backend for the Admin and also there will be a section for API Building and how to go about securing the API.
Next, I will also get into the optimization parts specifically for Laravel then will also touch on managing server. This section will hugely rely on the size of the Application we are building. I will explain the best way forward for each of them, according to me.
> **NOTE:** This is just my personal experience. If you have suggestions for better improment of the Code and Architecture please feel free to suggest ideas.