Laravel 10 PHP >= 8.1 MYSQL >= 8 Xampp Composer
- Clone this repository
- Run
npm install
&npm run run dev
- Configure your database environment at .env file
- Run your local Apache server and MySQL server using Xampp
- Run
php artisan serve
- Optionally, run
php artisan migrate
if you want default users data - Access website on
http://127.0.0.1:8000/
- Default Admin account (admin@mail.com | 123456)
- Default User account (user@mail.com | 123456)