i have xampp control panel v3.2.2, php version 5.6.24, and my laravel version is 5.4.32. in windows 7 32-bit
i was create project laravel using composer create-project laravel/laravel simpleproject --prefer-dist and i do php artisan make:auth
my question when im running my apps using php artisan serve and use localhost:8000 they not load any css file and js file in my public folder.
when im running my apps using localhost/simpleproject/public/ its going normal and haven't problem with load any css and js