• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

codeigniter 4 running error first time with xampp

php


PHP Snippet 1:

sudo apt install php{your php version}-intl
sudo systemctl restart apache2`

PHP Snippet 2:

sudo apt install php7.2-intl
sudo systemctl restart apache2

PHP Snippet 3:

locale_set_default($this->config->defaultLocale ?? 'en');

PHP Snippet 4:

#locale_set_default($this->config->defaultLocale ?? 'en');

PHP Snippet 5:

app.locale = "en"

PHP Snippet 6:

 <div class="heroe">

        <h1>Welcome to CodeIgniter </h1>

        <h2>The small framework with powerful features</h2>

    </div>

Related Snippets

How to send image,audio or video through the WhatsApp API - PHP

image source not readable

Laravel 8 Multiple Relationships for Factory

Symfony 4: how to allow dynamic values for array nodes in bundle configuration?

(PHPUnit) PHP Fatal error: Uncaught Error: Call to undefined function each()

Failed user login on production server using Symfony framework (Authentication request could not be processed due to...)

Reducing authentication calls on external API (Laravel 5.6)

How to run or debug php on Visual Studio Code (VSCode)

PDOException: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: no such host known

How to change 'users' auth table and use another instead Laravel

add_action() function in wordpress not working [duplicate]

SQL AVG() to 2 decimals

How to disable only_full_group_by option in Laravel

error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

Filter WooCommerce products with post__in and additional meta queries

About Contact Privacy policy Terms and conditions