- 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.
-
Clone the repository
git clone https://github.com/hostlift/hostbase.git
-
Install dependencies:
composer install npm install && npm run dev
-
Configure your environment variables:
cp .env.example .env php artisan key:generate
Update
.env
with your database, email, and other configuration details. -
Run migrations:
php artisan migrate
-
Serve your application:
php artisan serve
Visit http://localhost:8000 to access HostBase.
HostBase is open-source software licensed under the MIT License. See the LICENSE file for more details.