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.
ajikamaludin 665e4918ac | 2 years ago | |
---|---|---|
app | 2 years ago | |
bootstrap | 2 years ago | |
config | 2 years ago | |
database | 2 years ago | |
lang/en | 2 years ago | |
public | 2 years ago | |
resources | 2 years ago | |
routes | 2 years ago | |
storage | 2 years ago | |
tests | 2 years ago | |
.editorconfig | 2 years ago | |
.env.example | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.htaccess | 2 years ago | |
1.png | 2 years ago | |
2.png | 2 years ago | |
3.png | 2 years ago | |
README.md | 2 years ago | |
artisan | 2 years ago | |
composer.json | 2 years ago | |
composer.lock | 2 years ago | |
index.php | 2 years ago | |
jsconfig.json | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
phpunit.xml | 2 years ago | |
portalyi_sistem.sql | 2 years ago | |
postcss.config.js | 2 years ago | |
tailwind.config.js | 2 years ago | |
vite.config.js | 2 years ago |
README.md
Yamato Cash Management - Laravel Inertijs
Laravel Cash Management Example with Inertia V1.0.0 🎉 with UI - Kit daisyui
Support me
Requirements
- PHP 8.0/8.1
- Node 16
How to run
$ cp .env.example .env # create database and import sql file in root folder
$ composer install
$ php artisan migrate
$ php artisan serve
$ npm install
$ npm run dev # compiling asset for development
Compile Assets ( to prod )
$ npm run build