This guide will walk you through the steps to install the application.
Before you begin, make sure you have the following software installed:
- Git
- Composer
-
Clone this GitHub repository:
git clone https://github.com/naufalamr17/AssetManagement.git
-
Install Composer:
composer install
-
Generate the .env file and application key:
cp .env.example .env php artisan key:generate
-
Run
php artisan migrate:fresh --seed
-
For excel, run this command:
composer require maatwebsite/excel
-
Run the web application:
php artisan serve