- installing laravel new project
composer create-project --prefer-dist laravel/laravel newProject
Project running perfect in http://localhost:8000/
in this port
after some time page loading stil
and clear everything in this project i think its cache error
php artisan cache:clear
php artisan config:clear
php artisan view:clear
project running for 2 min then still again loading
then this project change port like
php artisan serve --port 9000
same as working for 2 or 3 min then still loading
i dont know whats problem in this project any idea for this ?
i tried same project on my second system working fine