You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Expense Tracker - Laravel inertiajs
|
|
|
|
|
|
|
|
laravel Expense Tracker Example with inertiajs - react with ui kit [daisyui](https://daisyui.com/components/form/input)
|
|
|
|
|
|
|
|
database use sqlite
|
|
|
|
|
|
|
|
## Support me
|
|
|
|
|
|
|
|
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
|
|
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
* PHP 8.0 or latest
|
|
|
|
|
|
|
|
## How to run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ cp .env.example .env
|
|
|
|
$ composer install
|
|
|
|
$ npm install
|
|
|
|
$ npm run dev # optional only if any changes you make in resource/js
|
|
|
|
$ php artisan migrate
|
|
|
|
$ php artisan serve
|
|
|
|
```
|
|
|
|
|
|
|
|
## Compile Assets
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ npm run dev
|
|
|
|
```
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ npm run watch
|
|
|
|
```
|
|
|
|
|
|
|
|
## Screenshot
|
|
|
|
|
|
|
|
![](screenshot.png?raw=true)
|
|
|
|
![](screenshot1.png?raw=true)
|