Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 309 Bytes

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