Skip to content

RakInteractive/Chronos

Repository files navigation

Chronos Logger

A simple logging service built with Laravel.

Installation

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 build

Environment Configuration

Copy the .env.example file to .env and update the environment variables as needed:

cp .env.example .env

Application Key

Generate the application key using the Artisan command:

php artisan key:generate

Database Migration

Run the database migrations to set up the database schema:

php artisan migrate

Create a new user:

php artisan user:create

Documentation

For detailed documentation, please visit the Wiki section

License

The Laravel framework is open-sourced software licensed under the AGPL-3.0 License.
Please see the LICENSE file for details.

UI

Yeah, the UI looks pretty bad right now, we're working on it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published