- Build interactive websites without node/npm/javascript
- HTMX for ajax, animations & forms
- Tailwindcss standalone executable
- Take advantage of the latest version of PHP and its features
- Schema builder from Laravel
- Bramus/Router for web & api routes
- Glacial template engine inspired by wordpress/plates
- Choose your own auth solution (for now)
composer install
install depscomposer run dev
start the local php server- note you need to have the tailwind binary installed to usr/local/bin
composer run tw-dev
watch tailwind filescomposer run tw-min
minify dist for productioncomposer run db-create
create sqlite file before migrations
php database/migrations/users.php
create table for users and insert faker data
- Make a PR