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 71c47d456f
Merge pull request #13 from ajikamaludin/dependabot/npm_and_yarn/vite-4.0.5
Bump vite from 4.0.3 to 4.0.5
1 year ago
app redirect back 3 years ago
bootstrap init inertia template 3 years ago
config improve 3 years ago
database UPGRADE LARAVEL 9.45 AND VITE 2 years ago
public UPGRADE LARAVEL 9.45 AND VITE 2 years ago
resources UPGRADE LARAVEL 9.45 AND VITE 2 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 UPGRADE LARAVEL 9.45 AND VITE 2 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 UPGRADE LARAVEL 9.45 AND VITE 2 years ago
artisan init inertia template 3 years ago
composer.json UPGRADE LARAVEL 9.45 AND VITE 2 years ago
composer.lock Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 1 year ago
index.php modify 3 years ago
jsconfig.json summary 3 years ago
package-lock.json Bump vite from 4.0.3 to 4.0.5 1 year ago
package.json Bump vite from 4.0.3 to 4.0.5 1 year ago
phpunit.xml init inertia template 3 years ago
postcss.config.js UPGRADE LARAVEL 9.45 AND VITE 2 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 UPGRADE LARAVEL 9.45 AND VITE 2 years ago
vite.config.js UPGRADE LARAVEL 9.45 AND VITE 2 years ago
webpack.config.js init inertia template 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
$ php artisan migrate
$ php artisan serve
$ npm install
$ npm run dev # compiling asset for development

Compile Assets ( to prod )

$ npm run build

Screenshot