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 7c35cc8941
fix logic
3 years ago
app fix logic 3 years ago
bootstrap init inertia template 3 years ago
config improve 3 years ago
database fix logic 3 years ago
public add filter form 3 years ago
resources add filter form 3 years ago
routes improve 3 years ago
storage init inertia template 3 years ago
tests init inertia template 3 years ago
.editorconfig init inertia template 3 years ago
.env.example modify 3 years ago
.gitattributes init inertia template 3 years ago
.gitignore init inertia template 3 years ago
.htaccess modify 3 years ago
.styleci.yml init inertia template 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Update README.md 3 years ago
artisan init inertia template 3 years ago
composer.json improve 3 years ago
composer.lock improve 3 years ago
index.php modify 3 years ago
jsconfig.json summary 3 years ago
package-lock.json add filter form 3 years ago
package.json add filter form 3 years ago
phpunit.xml init inertia template 3 years ago
screenshot.png add screenshot 3 years ago
screenshot1.png add screenshot 3 years ago
server.php init inertia template 3 years ago
tailwind.config.js init inertia template 3 years ago
webpack.config.js init inertia template 3 years ago
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