Documentation: SymbioticPHP.
- Run the composer command in the root of the project:
composer create-project symbiotic/symbiotic
- Copy the contents of the
./symbiotic
folder to the root of the project.
- Define a webroot on the
./public
directory - Uncomment the user's demo in the config
./config/config.php
in the 'auth' section. - Request an authorization page
http://localhost/symbiotic/auth_login/login/
. - Log in (admin:1234), you will need to get to the application page
develop
.
To work in RoadRunner mode, there is a basic application symbiotic/workerman(уже в сборке)!
- Uncomment the user's demo in the config
./config/config.php
in the 'auth' section. - Run the command:
`php ./public/index.php workerman:worker start --host=localhost --port=80`.
- Request an authorization page
http://localhost/symbiotic/auth_login/login/
. - Log in (admin:1234), you will need to get to the application page
develop
.