• 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

PHP Deprecated issue when running artisan command

phpcomposer-phpoctobercms


PHP Snippet 1:

sites:
    - map: your-site.local
      to: /home/vagrant/your-site/public
      php: "7.4"

PHP Snippet 2:

copy index.php for backup (store it aside)

PHP Snippet 3:

<?php
   phpinfo();
?>

PHP Snippet 4:

brew services stop php@8.1  

PHP Snippet 5:

brew services start php@7.4

Related Snippets

Symfony Mercure "Failed to send an update"

How to average columns of data from multiple, flat arrays?

Distribute array row data to make multiple new rows

Elasticsearch - Want to sort by field in all indices where that particular field available or not if not then avoid it

Chunk and transpose a flat array into rows with a specific number of columns

Refresh specific HTML content that retrieves data from MySQL

If action is on a different page do I use fwrite function

How to loop sql table data inside a html table

Converting IPv6 to IPv4 address in PHP

How to change HTML structure inside WP <head>

Adding one microsecond to Datetime object in PHP

Updating and Synchronizing Woocommerce Subscriptions to Custom Date

Return multiple values from a function using mysqli_fetch_assoc [closed]

using random function but it's displaying duplicates

Can we define variables in `.tpl` files?

About Contact Privacy policy Terms and conditions