Replies: 1 comment 7 replies
-
Mix is now replaced with Vite. When running Run this if you want to build your frontend for production: npm run build Then you could find your By the way, Laravel UI is now a legacy package, you should consider using Laravel Breeze for new projects. Or, for something more robust, consider Laravel Jetstream. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I am using laravel version 10.31
my app.css file is empty, I tried running various commands in bash:
composer require laravel/ui
php artisan ui bootstrap
I installed node.js then ran commands npm install and npm run dev
Still nothing in my app.css file, in my app.scss file I do have this though:
// Fonts
@import url('https://fonts.bunny.net/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import 'bootstrap/scss/bootstrap';
Any help what to do to get my app.css file compiled with code?
Beta Was this translation helpful? Give feedback.
All reactions