Skip to content
Advertisement

How to connect internal Bootsrap 5.2 with laravel 7

Hey i still learning laravel framework and i try to connect my bootstrap v.5.2 with my laravel v.7 project but it cant connect, i store css and js folder on bootsrap folder in the same level as app, config, database public, etc. and i already tried to connect it with the code:

JavaScript

but it still cant connect?

Advertisement

Answer

Put Your bootstrap files (i.e bootstrap.min.css and bootstrap.min.js) in a new folder inside public.

Example:

JavaScript

Then to use them in blade:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement