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.
e6987dc32e
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
2 years ago | |
---|---|---|
app | 3 years ago | |
bootstrap | 3 years ago | |
config | 3 years ago | |
database | 3 years ago | |
public | 3 years ago | |
resources | 3 years ago | |
routes | 3 years ago | |
storage | 3 years ago | |
tests | 3 years ago | |
.editorconfig | 3 years ago | |
.env.example | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.htaccess | 3 years ago | |
.styleci.yml | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
artisan | 3 years ago | |
composer.json | 3 years ago | |
composer.lock | 3 years ago | |
index.php | 3 years ago | |
jsconfig.json | 3 years ago | |
package-lock.json | 2 years ago | |
package.json | 3 years ago | |
phpunit.xml | 3 years ago | |
screenshot.png | 3 years ago | |
screenshot1.png | 3 years ago | |
server.php | 3 years ago | |
tailwind.config.js | 3 years ago | |
webpack.config.js | 3 years ago | |
webpack.mix.js | 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
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