techcto / solodev-app

Solodev App Skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solodev App Structure

In order to import this application into Solodev it must go through the package import process. The structure below assumes that you take this repository and zip the files into a file named 'app.zip'. The sample structure of a package that just contains this app is below:

/package.zip
	/THIS REPOSITORY/	
	/app.zip   --> must be zipped contents of your repository, not the folder
	/config.json

config.json

The config.json file must contain the following markup. DO NOT CHANGE system package variables ("<!app_name!>" and "<!app_section!>") as they will be overwritten automatically upon installation.

{
	"App_View": [{
		"name": "<!app_name!>",
		"nav_icon": "fas fa-flag",
		"from_path": "/app.zip",
		"parent_id": "<!app_section!>",
		"entrypoint" : "/www/app.php"
  }]
}

About

Solodev App Skeleton


Languages

Language:CSS 97.3%Language:SCSS 1.8%Language:Shell 0.4%Language:PHP 0.2%Language:JavaScript 0.1%Language:Twig 0.1%Language:Dockerfile 0.1%