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
10 hours ago.
0
5
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
General discussionSolved

Laravel Reverb with Sanctum and NextJs

I have an api using laravel sanctum on docker with reverb installed and i have nextjs on ```localhost:3000``` with pusher and echo installed on it. I have this in my nextjs ``` window.Pusher = Pusher; const echo = new Echo({ broadcaster: 'reverb', key: 'j...
henry75958
Posted by henry75958
2 days ago. Last reply 1 day ago.
1
21
General discussion

Filamentphp series

Hello, I'm just curious if you plan to make some series about filamentphp? Thanks
richard51661
Posted by richard51661
1 month ago. Last reply 4 days ago.
2
191
Laravel

Best way to consume external api

I'm building a web app around a external api. What is the best way to organize the logic? Is ok to do something like this: ```php class TestService { public function getItemById($id) { } public function getAll() { } } ``` and call these functions inside the controller
lucas27742
Posted by lucas27742
2 weeks ago. Last reply 1 week ago.
2
119
Laravel

for the monthly plan the library limited ?

for the monthly plan the library limited ? i want to konw which courses that i can access to it in monthly plan?
mohamed353
Posted by mohamed353
2 weeks ago. Last reply 2 weeks ago.
2
96
General discussion

Written format for the episodes

First, I would like to say that I am learning a lot from the courses and I like how easy you make it to understand the code. It would be really great if the episodes were also available in written format. Watching the videos is a great way to understand something for the first time. However, many t...
meraik
Posted by meraik
1 month ago. Last reply 4 weeks ago.
3
156
General discussion

Phpstorm editor config

Hi Alex, I really dig how you've configured your PHPStorm IDE. It would be fantastic if you could create a short video walking us through your setup. Thanks a lot! P.S. The site redesign looks amazing! 🎨🚀
Johan
Posted by Johan
1 month ago. Last reply 1 month ago.
1
163
Laravel

Overriding Service Provider Methods (Fortify)

For the past few years, I've managed to override the boot method in the Fortify service provider located at App\Providers\FortifyServiceProvider so that I can define the Fortify Views from my custom service provider that's loaded dynamically from a package. This all worked perfectly until Laravel 1...
derekbuntin
Posted by derekbuntin
1 month ago. Last reply 1 month ago.
10
214
Vue.js

Multi tenancy in vue js using tenancyforlaravel package

I implement multi tenancy multi database using subdomain in laravel using the tenancyforlaravel package, and now I want to implement it with vue js, but I don't know how the tenant identification work or what changes Even if you have an idea tell me, thanks!
shadyar
Posted by shadyar
1 month ago. Last reply 1 month ago.
7
232