Running MorfiBase
MorfiBase is a lightweight open source no-code platform to create internal tools and custom databases for any business.
Features
- Easy to self-host
- Lightweight, portable, no-code, zero-setup database (SQLite)
- Table relationships
- Built on top of Laravel and FilamentPHP
- Modern UI
Requirements
- PHP 8.2+
- Composer
- Node.js version 20.19+ or 22.12+
Running the app
Clone the project
git clone https://github.com/morfibase/morfibase.git
Go to the project directory
cd morfibase
Install dependencies
composer install
npm install
Installing the app
php artisan morfibase:install
Then follow the instructions displayed in the terminal.
Start the server
php artisan serve
npm run dev
Navigate to yourdomain.com/login and use your credentials to login.