A very quick and messy web app for logging finances, currently considered a pre-alpha release and still under significant development.
- Point your virtual host document root to your new application's
public/
directory. - Ensure
logs/
is web writeable.
To run the application in development, you can also run this command.
composer start
Run this command to run the test suite
composer test
That's it!