Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.09 KB

File metadata and controls

47 lines (37 loc) · 1.09 KB

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.