DevCEDTeam / CED

0 stars 0 forks source link

Knowledge Articles #42

Open DevCEDTeam opened 1 year ago

DevCEDTeam commented 1 year ago

Installation of Symfony CLI on WHM Terminal:

DevCEDTeam commented 1 year ago

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ symfony

Packages from friendsofsymfony

friendsofsymfony/oauth-server-bundle

Getting Started With FOSOAuthServerBundle |GitHub

#FOSOAuthServerBundle | GitHub

Symfony: The Fast Track The official Symfony book for newcomers and experienced developers

Symfony: The Fast Track

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Composer

Procedure Composer requires multiple PHP modules to function:

Composer also requires multiple settings to be enabled in the php.ini zend.detect_unicode. This can be enabled in the user's php.ini :

zend.detect_unicode = Off allow_url_fopen must also be enabled, which varies depending on your PHP setup:

Changing the "allow_url_fopen" Setting for PHP

If you use Suhosin, you must also whitelist the phar module in the servers php.ini:

suhosin.executor.include.whitelist=phar

Configure a composer.json file within a domains document root in order to deploy an application on a domain

How to install PHP Composer

How to add composer to a cPanel user's PATH for easier use

Composer could not find a composer.json file

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++