diff --git a/app/Services/Scanner.php b/app/Services/Scanner.php index 9123ee4..93a35b6 100644 --- a/app/Services/Scanner.php +++ b/app/Services/Scanner.php @@ -142,6 +142,7 @@ public function templates( array $options ) $templates[ 'fly.php.packages.8_1_txt' ] = '.fly/php/packages/8.1.txt'; $templates[ 'fly.php.packages.8_2_txt' ] = '.fly/php/packages/8.2.txt'; $templates[ 'fly.php.packages.8_3_txt' ] = '.fly/php/packages/8.3.txt'; + $templates[ 'fly.php.packages.8_4_txt' ] = '.fly/php/packages/8.4.txt'; $templates[ 'fly.php.ondrej_ubuntu_php_gpg' ] = '.fly/php/ondrej_ubuntu_php.gpg'; // Supervisor Files diff --git a/resources/views/fly/php/.DS_Store b/resources/views/fly/php/.DS_Store new file mode 100644 index 0000000..7607999 Binary files /dev/null and b/resources/views/fly/php/.DS_Store differ diff --git a/resources/views/fly/php/packages/8_4_txt.blade.php b/resources/views/fly/php/packages/8_4_txt.blade.php new file mode 100644 index 0000000..81e6612 --- /dev/null +++ b/resources/views/fly/php/packages/8_4_txt.blade.php @@ -0,0 +1,15 @@ +php8.4-bcmath +php8.4-cli +php8.4-common +php8.4-curl +php8.4-gd +php8.4-intl +php8.4-mbstring +php8.4-mysql +php8.4-pgsql +php8.4-redis +php8.4-soap +php8.4-sqlite3 +php8.4-xml +php8.4-zip +php8.4-fpm \ No newline at end of file