A simple logging service built with Laravel.
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/RakInteractive/Chronos.git
cd Chronos
composer install
npm install
npm run buildCopy the .env.example file to .env and update the environment variables as needed:
cp .env.example .envGenerate the application key using the Artisan command:
php artisan key:generateRun the database migrations to set up the database schema:
php artisan migrateCreate a new user:
php artisan user:createFor detailed documentation, please visit the Wiki section
The Laravel framework is open-sourced software licensed under the AGPL-3.0 License.
Please see the LICENSE file for details.
Yeah, the UI looks pretty bad right now, we're working on it.