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.
762 B
762 B
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
$ php artisan migrate
$ php artisan serve
$ npm install
$ npm run dev # compiling asset for development
Compile Assets ( to prod )
$ npm run build