Support the ongoing development of Laravel.io →
posted 8 months ago
Configuration
0
moderator

Hello @madum_tv

What did you tried and where do you got a problem?

I suspect you can check the Laravel documentation for the frontend opties and see which tooling mostly match what you need.

0

i try to follow this kind of video... and the instructions here: but nothing works... my objective is also to use adminlte with laralvel fortify and laravel permissions... but with bulma graphics... I don't find a lot of info for that...

regards

0

Here's how you can use Bulma CSS in a freshly installed Laravel v10 with Vite.

  1. Inside the project run npm install bulma
  2. Inside resources/css/app.css file, add this line @import 'bulma/css/bulma.css'; at the top.
  3. Add this line inside the head tag @vite(['resources/css/app.css', 'resources/js/app.js']). For example inside resources/views/layouts/app.blade.php
  4. npm run dev or npm run build and you're good to go

Note: If you want to use Bulma on resources/views/welcome.blade.php, just add the line in step 3.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

madum_tv madum_tv Joined 21 Aug 2023

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.