sample application for financial recording and budgeting expenses made with laravel inertiajs react with ui kit daisy ui, using a sqlite database
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.
 
 
 
Aji Kamaludin 5edab612cd
Merge pull request #10 from ajikamaludin/dependabot/npm_and_yarn/loader-utils-1.4.2
Bump loader-utils from 1.4.0 to 1.4.2
2 years ago
app redirect back 3 years ago
bootstrap
config
database upgrade to laravel 9.0.0 3 years ago
public upgrade to laravel 9.0.0 3 years ago
resources fix filter 3 years ago
routes
storage
tests
.editorconfig
.env.example
.gitattributes
.gitignore
.htaccess
.styleci.yml
LICENSE
README.md
artisan
composer.json upgrade to laravel 9.0.0 3 years ago
composer.lock Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5 2 years ago
index.php
jsconfig.json
package-lock.json Bump loader-utils from 1.4.0 to 1.4.2 2 years ago
package.json Bump moment from 2.29.2 to 2.29.4 2 years ago
phpunit.xml
screenshot.png
screenshot1.png
server.php
tailwind.config.js
webpack.config.js
webpack.mix.js

README.md

Expense Tracker - Laravel inertiajs

laravel Expense Tracker Example with inertiajs - react with ui kit daisyui

database use sqlite

Support me

Trakteer Saya

Requirements

  • PHP 8.0 or latest

How to run

$ 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

$ npm run dev

or

$ npm run watch

Screenshot