Laravel v9.42.2
(PHP v8.1.10)
git clone https://github.com/Karimttarek/Jo-task.git
cd Jo-task
composer install
rename .env.example to .env
php artisan key:generate
create your database update .env file
php artisan migrate
php artisan db:seed
php artisan serve
you can register and login and also can use the default admin user for the dashboard [email:[email protected], password:12345678] Warning:only admin can visit dashboard
127.0.0.1:8000