0

How do I make a global CSS for all views in laravel?

I created my project by command

composer create-project laravel/laravel {directory} 8.0 --prefer-dist

1 Answer 1

2

You just create a layout and include the public/app.css in the HTML head. Read about it here: https://laravel.com/docs/8.x/blade#defining-a-layout

PS: Are you sure you want to base your project on Laravel 4.2?

Sign up to request clarification or add additional context in comments.

1 Comment

lol, I was 4.2 there because I caught the command on the net

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.