An open API service indexing awesome lists of open source software.

https://github.com/bigprof-software/appgini-customization-cookbook

A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pull request.
https://github.com/bigprof-software/appgini-customization-cookbook

appgini cookbook customization hooks javascript php sql

Last synced: about 24 hours ago
JSON representation

A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pull request.

Awesome Lists containing this project

README

          

# Appgini customization cookbook
A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pull request.

Each recipe is in a single file in md (Mark down) format. The file structure is:

1. File title.
2. Purpose of the recipe, explaining briefly what this recipe is useful for.
3. Files to edit, a list of files you need to edit to apply this recipe, and the exact code to use in each.
4. Optional notes section, mentioning any concerns, compatibility issues, .. etc.