Skip to content

HostLift/HostBase

Repository files navigation

HostBase Logo

HostBase

The only Knowledge Base your hosting company needs!

📸 Screenshot

HostBase Screenshot

🛠️ Built With

Laravel Tailwind CSS Alpine.js Livewire


✨ Features

  • TALL Stack Integration: Utilizes the TALL stack for a modern and interactive user experience.
  • MagicKit Powered: Built on top of the MagicKit preset.
  • Installer: Intuitive installer available at /installer for easy setup and configuration.

🚀 Getting Started

  1. Clone the repository

    git clone https://github.com/hostlift/hostbase.git
    
  2. Install dependencies:

    composer install
    npm install && npm run dev
  3. Configure your environment variables:

    cp .env.example .env
    php artisan key:generate

    Update .env with your database, email, and other configuration details.

  4. Run migrations:

    php artisan migrate
  5. Serve your application:

    php artisan serve

Visit http://localhost:8000 to access HostBase.

License

HostBase is open-source software licensed under the MIT License. See the LICENSE file for more details.