Dimitar Yanakiev 564b97e2aa
fix: add missing backticks in Blade for MySQL/MariaDB database names with hyphens (#523)
* fix: add missing backticks in Blade for MySQL/MariaDB database names with hyphens

Before:
The CREATE DATABASE command failed for database names containing hyphens (-) because MySQL/MariaDB requires backticks around such names, but they were missing in the Blade template.

After:
Backticks (```) are now correctly added in the Blade template, ensuring MySQL properly interprets database names with hyphens.

Why:
MySQL/MariaDB does not allow hyphens in database names unless they are enclosed in backticks. The Blade template was missing these backticks, causing syntax errors. Adding them ensures the command executes successfully. 🚀

* fix: added hyphens to other places as well

---------

Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
2025-04-05 21:58:25 +02:00
2025-03-12 13:31:10 +01:00
2023-07-02 12:47:50 +02:00
2025-03-16 14:10:55 +01:00
2025-03-31 17:30:57 +02:00
2025-02-26 21:22:59 +01:00
2024-12-10 19:48:36 +01:00
2023-07-02 12:47:50 +02:00
2.x
2024-09-27 20:36:03 +02:00
2024-11-01 16:49:57 +01:00
2024-03-29 00:42:36 +01:00
2024-03-29 00:42:36 +01:00
2023-07-02 12:47:50 +02:00
2.x
2024-09-27 20:36:03 +02:00
2024-11-25 23:27:37 +01:00
2023-07-02 12:47:50 +02:00
2025-03-12 13:31:10 +01:00
2025-03-12 13:31:10 +01:00
2024-12-14 03:36:29 +01:00
2024-03-14 20:03:43 +01:00
2024-03-23 10:34:01 +01:00
2023-07-02 12:47:50 +02:00
2025-03-12 13:31:10 +01:00
2024-03-14 20:03:43 +01:00
2023-07-02 12:47:50 +02:00
2024-12-14 03:36:29 +01:00
2025-03-12 13:31:10 +01:00
2024-12-14 03:36:29 +01:00
2024-10-06 21:46:03 +02:00

VitoDeploy>
    <p align= GitHub Workflow Status


About Vito

Vito is a self-hosted web application that helps you manage your servers and deploy your PHP applications into production servers without a hassle.

Quick Start

bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/2.x/scripts/install.sh)

Features

  • Provisions and Manages the server
  • Easy database management, Supports Mysql and MariaDB
  • Deploy your PHP applications such as Laravel
  • Manage your server's firewall
  • Supports Custom and Letsencrypt SSL
  • Uses supervisor to handle queues
  • Manages server's services
  • Deploy your SSH Keys to the server
  • Create and Manage cron jobs on the server
  • API

Credits

  • Laravel
  • PHPSecLib
  • PHPUnit
  • Tailwindcss
  • Alpinejs
  • Livewire
  • Vite
  • Prettier
  • Postcss
  • FilamentPHP
  • Mobiledetect
  • Spatie
Description
The Ultimate Server Management Tool
Readme AGPL-3.0 18 MiB
Languages
CSS 36.6%
JavaScript 34.3%
PHP 17%
Blade 10.9%
Shell 1.2%