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.
784 B
784 B
Yamato Cash Management - Laravel Inertijs
Laravel Cash Management Example with Inertia V1.0.0 🎉 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