- Run Composer Install
composer install
- Run NPM Install
npm install
- Copy .env.example to .env
cp .env.example .env
- Run NPM Dev
npm run dev
- Link Storage
php artisan storage:link
- Run Migration and Seeding
php artisan migrate:fresh --seed
- Run the server (Optional)
php artisan serve
- Open the browser and go to http://localhost:8000
Use email testing like Mailpit (local), Mailtrap (online), etc for testing local user email verification.
User : user.example@mail.com
Password : password
Admin : admin.example@mail.com
Password: password
If new user is created by admin then by default the password will be "password".