Skip to main content

All Questions

Tagged with
-4 votes
0 answers
32 views

How to deploy Laravel, Vue.js, Tailwind in online for free? [closed]

I created a project online chatting system using laravel, vue.js and tailwind. And I want it to deploy online but I don't have any money to do so. Can someone recommend or advise me how to do? Thank ...
Aurjohn Monte's user avatar
0 votes
1 answer
38 views

laravel to use tailwind classes on all my pages

It is a small laravell app, I modified the tailwind.config.js file like this: export default { darkMode: 'class',="dark"> and the app.blade.php file like this: <html lang="{{ ...
kelbal's user avatar
  • 9
0 votes
0 answers
17 views

base-content color not working on daisyui laravel project

**<a href="" className='text-center main border-2 border-base-100 w-4/5 m-auto p-2 rounded-xl border-opacity-80 bg-inherit transition duration-200 ease-in-out bg-gradient-to-r from-base-...
abiajustino's user avatar
0 votes
0 answers
17 views

Failed acces css and js when running local laravel project in mobile

I want to access my local laravel project on mobile. i have run php artisan serve --host 0.0.0.0 and i have successfully accessed the project on mobile. but when i open the project the css and js from ...
CrustFast's user avatar
-2 votes
0 answers
54 views

How to customize laravel 11 breeze files

I am currently working on a laravel 11 project, which I used breeze installation. Unlike any other Laravel version, I cannot locate welcome and home blade files in the view folder. I will appreciate ...
Putup's user avatar
  • 1
0 votes
1 answer
43 views

How to Integrate Tailwind CSS into Laravel Email Templates

I tried adding Tailwind CSS to my Laravel email template, but it didn't work when I sent an email. I prefer Tailwind CSS because it's easier to create responsive layouts than with regular CSS. I ...
Leslie Joe's user avatar
0 votes
0 answers
45 views

Issues with Tailwind CSS Initialization in Laravel Project

I'm trying to set up Tailwind CSS in my Laravel project following the official Tailwind CSS documentation, but I'm encountering an issue when running the npx tailwindcss init -p command. After I ...
Garfield's user avatar
0 votes
0 answers
16 views

Where to locate a custom modal tailwind class scaffolded by Laravel Jetstream

Below is part of the modal component generated when on installs Jetstream in laravel with livewire project. The parent div has a jetstream-modal class which to my understanding is not a built-in ...
Alphy Gacheru's user avatar
1 vote
0 answers
41 views

Problem with tailwind styling in blade component

I am trying to create a radio button where the background color changes depending on the option you select. But anytime I click on the first option the second option retains the background color. But ...
Mahfuz Abdallah's user avatar
1 vote
0 answers
65 views

My pagination won't display in Laravel 11 Livewire 3

I want to create a simple system using Laravel 11, Livewire 3 and Tailwind CSS but I have a problem when I want to display pagination on my data, I can't display pagination on my system. Dashboard <...
fajriyan's user avatar
0 votes
0 answers
37 views

No display of data in LiveWire

I'm attempting to create a Multi-Step Appointment Booking feature. However, I'm encountering an issue with Livewire and Flowbite. I have this code in my Blade file for displaying a carousel of dates: ...
ArDeveloper's user avatar
0 votes
1 answer
32 views

Groups members by profile pictures in laravel jetstream

I have two tables in my laravel jetstream project. Tables: Projets, teachers and students with relation HasMany, BelongTo. I tried to show projects tables with all students assigned to particular ...
John Jack's user avatar
0 votes
0 answers
51 views

Loading in Tailwind after JIT?

So I am trying to load in a piece of code I stored in my database, as mentioned in my previous post. My previous post about this problem: TailwindCSS Colors not working when taking text (Code) from ...
ImACoder's user avatar
0 votes
1 answer
190 views

Laravel: CSS not Rendering When Using Vite for Asset Compilation

I am encountering an issue with my Laravel project where TailwindCSS styles are not being rendered when using Vite for asset compilation. Here's the simplified project structure: app/ bootstrap/ ...
Sabbir Sobhani's user avatar
1 vote
0 answers
120 views

How can I install or use custom font like Inter in Laravel Breeze React

Ive been trying to use Inter font for my laravel breeze react project but i still cant find any solution that work. Ive tried manually move the ttf file in resources/fonts/ and then import it into app....
Javier Aahmes Reansyah's user avatar

15 30 50 per page
1
2 3 4 5
22