Skip to content

trevorpao/f3cms

Repository files navigation

f3CMS

Small CMS by F3.

Documentation

PHP 8.3

sudo apt install php8.3 php8.3-cli php8.3-fpm php8.3-{common,mysql,gmp,curl,intl,mbstring,xmlrpc,gd,xml,zip,bcmath,imagick} -y

sudo service php8.3-fpm status
sudo service php8.3-fpm restart

sudo vim /etc/php/8.3/fpm/php.ini


rm composer.lock

php8.3 /usr/local/bin/composer instal

composer require bcosca/fatfree-core ikkez/f3-opauth phpoffice/phpspreadsheet tecnickcom/tcpdf mailgun/mailgun-php symfony/http-client nyholm/psr7 \
    aws/aws-sdk-php intervention/image maciejczyzewski/bottomline catfan/medoo twig/twig rakit/validation

Links

Dependencies

Installation

At frist, you need to install this SQL file.

Then execute following command

$ git clone https://github.com/trevorpao/f3cms.git ./ 
$ composer install
$ cp config.sample.php config.php
$ vim config.php

Enjoy!

If No Composer

$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer

Bug tracker

If you find a bug, please report it here on Github!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors