Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.49 KB

Laravel Logo

Tldr

git clone https://github.com/irsyadadl/liosk.git
cd liosk
composer install
cp .env.example .env
php artisan key:generate
bun i && bun run build
php artisan migrate

Quick Login

Before you can login, you need to create a user. You can do that by visiting /register route. Or if you want, you can of course run the seeder by running php artisan db:seed.

And then you can login as usual. Or if you want to login quickly, you can visit /dev/login/1 and you will be logged in as user that has id of 1.

Formatter

By default, this project using Laravel Duster,so you can run this command to format your code.

vendor/bin/duster fix

Dark mode

This project has a dark mode feature. You can enable it by clicking the moon icon on the top right of the page. And if you want to change the default theme, you can change it in resources/css/app.css file. It's using the css variable, so you can change it easily.

Premium Partners