My Invent
website inventaris barang
- Laravel 9.x
- Seeder/Faker
- Node js
npm run dev
- Bootstrap
- MySql
Video
https://www.loom.com/share/33daa0be71f04b00b0b94d9960d336b5
- Make sure your PHP version is 8.0 or higher, check open cli
php -v
- Clone repository
git clone https://github.com/imamhadid/my-invent.git
- Install composer in directory
composer i
- create
.env
command clicp .env.example .env
- Artisan key generate
php artisan key:generate
- Create DB (default name from
.env
islaravel
) - Install migration and seed
php artisan migrate --seed
- build
npm install&&npm run build
- Run
php artisan serve
- Enjoy