Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

122
Views
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:

<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" >

<script src="bootstrap/js/bootstrap.min.js"></script>

but it still cant connect?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

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

Example:

public/css/bootstrap.min.css
public/js/bootstrap.min.js

Then to use them in blade:

<link href="{{ asset('css/bootstrap.min.css') }}" rel="stylesheet">
<script src="{{ asset('js/bootstrap.min.js') }}"></script>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!