sqlitecloud / sqlitecloud-php

PHP drivers for SQLiteCloud
https://sqlitecloud.io
3 stars 0 forks source link

Fixed typo in admin/common.php, error message was breaking the UI #8

Closed unatarajan closed 1 month ago

unatarajan commented 1 month ago

Overview / Task

Description

Feature Validation / Bug Reproduction Steps

  1. Clone the SDK locally: git clone https://github.com/sqlitecloud/sqlitecloud-php.git.
  2. From the sqlitecloud-php/admin repo,
    composer update # or composer install
    cd admin
    php -S localhost:8000
  3. Load the localhost link in browser: http://localhost:8000.

Screenshots & Videos

Screenshot 2024-07-30 at 1 50 10 PM
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
php-admin-panel ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2024 6:56pm
unatarajan commented 1 month ago

Created a new PR without the composer.lock changes. Closing this PR.