[Symbiose] is an application content management system based on the Symfony framework , CodeNameOne framework & JavaFx framework.
Make sure you have Composer installed and then run:
composer install
You may alternatively need to run php composer.phar install
, depending
on how you installed Composer.
Setup for Mailing : MailDev
maildev
Start the built-in web server
You can use Nginx or Apache, but the built-in web server works great:
php -S 127.0.0.1:8000 -t public
Now check out the site at http://localhost:8000
Have fun!
The Symbiose content management system is a made by 6 people :
.Gestion Utilisateurs : Skander Thabet
.Gestion Evenements : Mahdi Behi
.Gestion Produits : Oussema Mestiri
.Gestion Matches : Chedly Nacef
.Gestion Communication : Chaima Ben Khedher
.Gestion Reservation : Cheima Sassi
Symbiose requires a PHP version higher or equal to 7.2 and is compatible with every Symfony version starting from 4.3. Have a look at the require
section in the composer.json of the Symbiose/Symbiose-WEB/Symbiose/ core framework to find an up-to-date list of the requirements of Symbiose content management system.