General discussion
Hello,
I'm just curious if you plan to make some series about filamentphp?
Thanks
Posted by richard51661
4 months ago. Last reply
2 months ago.
Laravel
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
Laravel
for the monthly plan the library limited ?
i want to konw which courses that i can access to it in monthly plan?
General discussion
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...
General discussion
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! 🎨🚀
Laravel
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...
Vue.js
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!
Laravel
Hi, I think there is at least one course for every topic about Laravel on the internet except WebRTC. I figured out this topic it was hard. While I was looking options I did not see any free or paid good tutorial to do that. There is no good solution to build video call or live streaming using only...
Posted by orkunertekin
4 months ago. Last reply
4 months ago.
Alpine.js
Hi Alex
will you create a short course on how to create a headless component in alpine js
Feedback
Hi Alex,
I think it would be really neat if you created a course on Laravel package development.
Just a suggestion! 😊