TailwindSolved

Override Tailwind outline for inputs and buttons

Hello all, A simple one here, but I just can't seem to get it working. How can I globally set the focus outline colour for inputs and buttons? Here's what I have in my `tailwind.config.js` file. ```js theme: { extend: { ... }, }, plugins: [require("@ta...
Haz
Posted by Haz
5 months ago. Last reply 1 month ago.
1
299
InertiaSolved

Ziggy vue.m doesn't exists

Hi, I'm learning "Build a Starter Kit With Inertia and Fortify" Course and I build everything up on scratch. I got problems with lesson "06 - Exposing routes with Ziggy" I installed Ziggy with: - composer require tightenco/ziggy - npm install ziggy-js I tried to import Ziggy with `import { Zi...
marcel84014
Posted by marcel84014
1 month ago. Last reply 1 month ago.
3
123
Laravel

Course Selling platform And AWS

@Alex Sir Please Make Course selling platform with Inertia/Liveware like codecourse and also we need to Know AWS basic for Remote Job. It Now Mandatory For Job Market So create another course For AWS .
abaydullah
Posted by abaydullah
1 month ago. Last reply 1 month ago.
2
70
Laravel

Payment System Course

Hi @alex, I'm in the process of building an application that's made up of packages/extensions with a core CMS. I'm developing add-ons for the CMS to extend it including packages for a forum, e-commerce, downloads, a booking system and so on. To allow users to add the available addons I'd like to...
derekbuntin
Posted by derekbuntin
1 month ago. Last reply 1 month ago.
3
146
General discussionSolved

How Did You Build This Forum

@alex are you going to do a tutorial on how you build this forum because I am loving this design and functionality ,. second it's the UI design tailwind
kikter
Posted by kikter
1 year ago. Last reply 1 month ago.
9
727
General discussion

React js courses / Snippets

hello, would like to ask, is there a planned support to add React js to the list of courses? I signed up to codecourse for Laravel lessons, and Laracasts has some React js stuff, and since Inertia (which we do have here several things) have support for React Js, would be nice to have. Anyone else th...
ivan22283
Posted by ivan22283
1 month ago. Last reply 1 month ago.
2
103
Alpine.jsSolved

Alpine.store not initialising

Hello, I am running into an issue with `Alpine.store` and I can't seem to track it down. I am using `Alpine.store` in another project without any trouble. After trying (and failing) to compare both projects to see what's different, I thought I would seek help. I have a feeling it might be super obv...
Haz
Posted by Haz
1 month ago. Last reply 1 month ago.
2
118
Laravel

Can you teach us nWidart/laravel-modules?

@Alex any course on nWidart/laravel-modules? Its a Request, I see a lot of project using it but am not able to grasp it. If you can make a course on it, it would be great help
amandeep
Posted by amandeep
2 months ago. Last reply 1 month ago.
5
185
InertiaSolved

FFMpeg package file convert problem

Recently I was watching [Multiple Drag And Drop File Uploading and Processing with Inertia](https://codecourse.com/courses/multiple-drag-and-drop-file-uploading-and-processing-with-inertia) course. I get in trouble with the EncodeVideo Job File. **My EncodeVideo Job File** ```php <?php namespace...
polash
Posted by polash
2 months ago. Last reply 1 month ago.
3
141
LaravelSolved

How to solved N+1 Problem

I have a Course Table and User table, and those tables relations on a pivot_table. Now I am checking which course user is enrolling in the course model like this but it is creating an n+1 problem. how to solve this. *check enroll* ```php 'enrolled' => $this->users()->where('user_id', auth()->id())...
polash
Posted by polash
2 months ago. Last reply 2 months ago.
3
187