systemhackerx
New member
- Apr 19, 2021
- 5
- 1
- 3
Thank you it is working now , i have to run it under laravel developement server as you said
if you install in localhost
Use php artisan serve command it will work fine
Or if you want to use with simple localhost/etc
Than you need change assets(css,js,imgs ) url
{{ assets('location to file') }};
I don't know if there is any other way to do this simply
Si tried this and it's working fine.