Summer sale! Save 50% on access to our entire library of courses.Join here →
General discussion

Laravel with Domain Driven Design

Greetings, Who would fancy a course, of building out some app fit for using Domain Driven Design with Laravel? I know that Alex worked on an ADR( Action-Domain-Responder ) course, so perhaps something like DDD, Clean Architecture, or Hexagonal Architecture, could be interesting for teaching more v...
daniel10426
Posted by daniel10426
19 hours ago.
0
7
Laravel

How to add code snippets in body of a blade template?

Hi, I want to write blog articles, and want to add some example code snippets. Is there any blade directive that can be readily used for this ? Thanks,
piyush56632
Posted by piyush56632
1 day ago.
0
8
Feedback

Flutter New Course

When will we get flutter new course?
abaydullah
Posted by abaydullah
1 month ago.
0
98
Laravel

Prevent email verification if the email is already verified

Howdy! 🤠 I am trying to prevent a user from verifying their email if it has already been verified. It doesn't hurt to verify it again, nevertheless, that's what I'm trying to achieve here. I am using Laravel Fortify. `app()->singleton(VerifyEmailResponseContract::class, VerifyEmailResponse::clas...
Haz
Posted by Haz
2 months ago.
0
111
Laravel

Application Roles and Switching Functionality for Superadmin and Tenants

My application features three roles: the main role is superadmin, and each tenant has two roles: admin and user. When logged in as a superadmin, I can view all tenants on the superadmin dashboard. Each tenant dashboard includes a switch button. Clicking this button allows me to seamlessly switch to...
exasad
Posted by exasad
2 months ago.
0
101
Laravel

Flutter Laravel Complete Authentication

Hello, I purchased the premi package to study flutter with laravel, I would like to know how to do the laravel flutter registration method with image upload using DIO.
joaorobertovelozo
Posted by joaorobertovelozo
5 months ago.
0
369
Vue.js

show the results in a modal on the meilisearch course

Hi, Hope you can help out. I finished the Meilisearch course (@alex thanks again for the great course) and integrated it within the Starterkit course. I would like to have the search results in a modal (just like codecourse.com :-) ) . Everything works fine, but the results aren't "clickable" becau...
Arjan
Posted by Arjan
6 months ago.
0
284
Inertia

Handle payment failed in Laravel Cashier

Hey Alex and community, How would you handle payment failed when using Laravel/InertiaJS? Any course on codecourse or online reference? So far, I have this plan: - Add a new middleware to check for $user->hasIncompletePayment() - If user has incomplete payment (or past_due status), I redirect the...
BilalHaidar
Posted by BilalHaidar
7 months ago.
0
317
Laravel

tenancyforlaravel showing /tenancy/assets not found

I'm using tenancyforlaravel package When I build my project on the server it show `GET https://webstore.trekntread.com/tenancy/assets/build/assets/app-52d13dc5.css net::ERR_ABORTED 404 (Not Found)` how can I solve this problem?
polash
Posted by polash
8 months ago.
0
262
Laravel

Testing invoice PDF generation

Hello, I am running into a strange issue with a failing test. Error: ``` Unable to find a file or directory at path ``` The test: (I have slimmed it down) ``` test('a PDF is generated when an invoice is created', function () { Storage::fake(); // create a user with it's roles and perm...
Haz
Posted by Haz
11 months ago.
0
320