21 lines
302 B
Markdown
21 lines
302 B
Markdown
# Kalendář
|
|
|
|
## Instalace
|
|
|
|
git clone https://git.sirapy.cz/coro/kalendar.git kalendar
|
|
|
|
cd kalendar
|
|
|
|
composer install
|
|
|
|
php artisan migrate
|
|
|
|
php artisan db:seed
|
|
|
|
php artisan serve
|
|
|
|
## Prihlaseni
|
|
|
|
http://localhost:8000
|
|
|
|
Vychozi uzivatel a heslo: admin@example.com / secret |