in laravel, which one is the proper way to add custom css & js files:
- in public folder
- in resource folder
I added my custom css/js files in resource folder but not working. But it works when I added my css and js files in public folder. Need a proper way to do that.