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.
 
 
 
dependabot[bot] 969b86424e
Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/2.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/2.4.3...2.5.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
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 UPGRADE LARAVEL 9.45 AND VITE 2 years ago
package.json UPGRADE LARAVEL 9.45 AND VITE 2 years 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