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 eeecfd7542
Merge pull request #7 from ajikamaludin/dependabot/composer/guzzlehttp/guzzle-7.4.5
Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5
2 years ago
app redirect back 3 years ago
bootstrap
config improve 3 years ago
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 improve 3 years ago
storage
tests
.editorconfig
.env.example
.gitattributes
.gitignore
.htaccess
.styleci.yml
LICENSE Create LICENSE 3 years ago
README.md Update README.md 3 years ago
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 Merge pull request #6 from ajikamaludin/dependabot/npm_and_yarn/async-2.6.4 2 years ago
package.json Bump moment from 2.29.1 to 2.29.2 2 years ago
phpunit.xml
screenshot.png add screenshot 3 years ago
screenshot1.png add screenshot 3 years ago
server.php
tailwind.config.js
webpack.config.js
webpack.mix.js last fix 3 years ago

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