botnyx / sfe-backend-base
Sfe-Backend base project .
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.1
- botnyx/sfe-backend-core: dev-master as 0.1
- botnyx/sfe-backend-js: dev-master as 0.1
- botnyx/sfe-frontend-core: dev-master as 0.1
- botnyx/sfe-shared-core: dev-master as 0.1
Requires (Dev)
- phpunit/phpunit: 6.*
This package is auto-updated.
Last update: 2024-11-22 02:30:27 UTC
README
Sfe Backend server
Installation
Create a Appfolder where the project should reside.
Cd into that directory and get the repo.
git clone https://github.com/botnyx/sfe-backend-base.git ./
Install the composer dependencies.
composer install
make symlink to your webfacing folder for the following files
<Appfolder>/public_html/index.php
<Appfolder>/public_html/.htaccess
Place the configuration file in the public-web-facing folder.