atom-fm/starter

A minimal Atom application with SQLite and Accounts

Maintainers

Package info

github.com/atom-fm/starter

Type:project

pkg:composer/atom-fm/starter

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2026-08-16 15:11 UTC

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.