|
||
---|---|---|
.. | ||
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
artisan | ||
composer.json | ||
composer.lock | ||
package.json | ||
phpunit.xml | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
tailwind.config.js | ||
vite.config.js |
README.md
Overview
This is the web app for the EMS-Sense project.
How to install
Built simply using Laravel, Breeze, and just Livewire.
-
Setup Laravel Project
composer install && pnpm install && php artisan key:generate && php artisan storage:link
- composer install
- pnpm install
- php artisan key:generate
- php artisan storage:link
-
Setup .env
mv .env.example .env
- rename the template to .env
- sesuaiin aja sih sesuai keinginan
How to run
- Serve with
orphp artisan serve
composer dev