atom-fm / starter
A minimal Atom application with SQLite and Accounts
dev-master
2026-08-16 15:11 UTC
Requires
- php: ^8.4
- ext-pdo: *
- ext-pdo_sqlite: *
- atom-fm/framework: dev-master
This package is auto-updated.
Last update: 2026-08-16 15:11:20 UTC
README
A minimal Atom application using SQLite and the Accounts login module.
The public distribution is generated at atom-fm/starter. Changes belong in atom-fm/atom.
composer install copy .env.example .env php atom migrate php atom accounts:user:create admin@example.com change-me "Admin User" php -S 127.0.0.1:8020 -t public public/server.php
Open http://127.0.0.1:8020/account/login and sign in with the user created above.