Laravel 8 SIM SURAT Installation Install the dependencies and devDependencies. composer install npm i && npm run dev Dont forget to edit .env file cp .env.example .env and then run migration with seed and start server php artisan migrate:fresh --seed php artisan serve