javascript - CSS link in laravel -


my css in following folder :

assets/css/theme.css

i add :

layout/admin_header.blade.html

but not work . looking forward .

resource/assets storing assets can use toolkit gulpjs compress, minify or move pubic directory. /resources/assets not accessible via url.

simply ensure assets/css/theme.css inside laravel public directory i.e public/assets/css/theme.css


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -