Skip to content
Snippets Groups Projects
Commit 4f4bcd5a authored by M Arnas Risqianto's avatar M Arnas Risqianto
Browse files

Update README add STEPI

parent ac10d7c6
Branches master
No related tags found
No related merge requests found
......@@ -69,3 +69,6 @@ server {
## Notes
- Each web application should use a '.env' file for configuring the environment. The goal is to keep the source code clean and avoid the need to modify it when deploying. Both CodeIgniter 4 and Laravel have built-in support for '.env' files. CodeIgniter 3 can use the package https://github.com/vlucas/phpdotenv . For NodeJS, you can use the package https://www.npmjs.com/package/dotenv .
- Recommended MySQL/MariaDB character set is utf8mb4 and collation is utf8mb4_unicode_ci
- The application should comply with the STEPI
![STEPI](/source/images/STEPI.jpg "STEPI")
\ No newline at end of file
source/images/STEPI.jpg

201 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment