Learning CodeIgniter4

Learning CodeIgniter4

- CodeIgniter4 Installation - System requirements ...
Categories

Prerequisites
a) Web programming language with PHP 7,2 and higher, here PHP 8,x
b) A PostGres, MariaDB, MySQL database ...
c) to install on your application server ...

apt install php8.0 php8.0-opcache libapache2-mod-php8.0 php8.0-mysql php8.0-curl php8.0-gd php8.0-intl php8.0-mbstring php8.0-xml php8.0-zip php8.0-fpm php8.0-readline

    a2enmod proxy_fcgi setenvif
    a2enconf php8.0-fpm
    a2dismod php8.0

Then we will restart the apache2 and php8.0-fpm services
    systemctl reload apache2
    systemctl restart php8.0-fpm    

By following this tuto you will learn ?
    1. Introduction of the M.V.C model (Model, Views, Controller)
    2. To install codeIgniter 4
    3. To create a multilingual site
    4. To create a simplified blog
    5. To create lists
    6. Convert an HTML page to PDF format
    7. How to create a secure authentication BCRYPT

http://byoosdigital.xyz./blogci4/public/fr

Comments