Clone the repository
https://github.com/adefahmi/inventory.git
git@github.com:adefahmi/inventory.gitSwitch to the repo folder
cd inventoryInstall all the dependencies using composer
composer installCreate database for this app, copy the example env file and make the required database configuration changes in the .env file
cp .env.example .envRun the database migrations (Set the database connection in .env before migrating)
php artisan migrate
php artisan db:seedSet App
php artisan cache:clear
php artisan config:clear
php artisan config:cache
php artisan optimize:clear
php artisan key:generate
php artisan jwt:secretphp artisan serve