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.
|
|
|
# Yamato Cash Management - Laravel Inertijs
|
|
|
|
|
|
|
|
Laravel Cash Management Example with Inertia V1.0.0 :tada:
|
|
|
|
UI - Kit [daisyui](https://daisyui.com/)
|
|
|
|
|
|
|
|
## Support me
|
|
|
|
|
|
|
|
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
|
|
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
* PHP 8.0/8.1
|
|
|
|
* Node 16
|
|
|
|
|
|
|
|
## How to run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ 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 )
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
## Screenshot
|
|
|
|
|
|
|
|
![](1.png?raw=true)
|
|
|
|
![](2.png?raw=true)
|
|
|
|
![](3.png?raw=true)
|