A Practical Guide To Livewire Forms
38:56
Filament Bootcamp: Project Tour
1:20
Пікірлер
@MaartenStolk
@MaartenStolk Күн бұрын
Thanks for sharing!
@NathanBudd
@NathanBudd 5 күн бұрын
Nice video. The reason you had to put the layout.jsx in the same directory as user/show.jsx was because you took the original welcome.jsx, moved it into /users and renamed it, but didn't update the relative path for the layout component.
@NFM-nb7dl
@NFM-nb7dl 5 күн бұрын
what about vue
@muhammadjunaidkhalid3639
@muhammadjunaidkhalid3639 8 күн бұрын
I love the tutorial, very interactive and the sound effects added to the value. This one was among very few that did not got me bored
@KillerVyking666
@KillerVyking666 9 күн бұрын
Please do a user subdomain video if you have time one day. Thanks!
@ThomasschmidtTJS
@ThomasschmidtTJS 9 күн бұрын
Awesome video, clear explanation but as some other people mentioned the database isn't being updated with a subscription relation and I'm also being redirected to the cancel_url after a successful payment. Everything in the Stripe dashboard looks okay. I'm able to use the Stripe CLI locally and listen to calls to the webhook with the final entry being checkout.session.completed. I'm going to debug this further because my dev setup is different than yours, i'm running everything in Docker containers and using the terminal of a docker container in order to listen to the Stripe webhook being called.
@ThomasschmidtTJS
@ThomasschmidtTJS 9 күн бұрын
Made a little bit of progression, searched through the Stripe events and I'm getting a 'MethodNotAllowedHttpException', saying The POST method is not supported for route /. Supported methods: GET, HEAD... the story continues :D
@ThomasschmidtTJS
@ThomasschmidtTJS 9 күн бұрын
Solved the most essential part, allowing Stripe to update the database through the webhook. My biggest mistake was not removing remnants of previous tutorials, resulting in obsolete custom webhook urls in my web.php and not registering the local webhook correctly using the cashier:webhook command (with the --url flag). Like the video, you do not need to define any webhook urls in your web.php and you should not have to a custom url when entering the cashier:webhook command. Long story short, awesome video, should have found it sooner 😅 I still have the issue that Stripe returns the cancel_url after a successful payment, but I'm guessing that I'm also to blame for that issue!
@nicolasbaladocampo4816
@nicolasbaladocampo4816 10 күн бұрын
With the one payment subscription I cant manage to make this function work as is showed: auth()->user()->subscribedToPrice('price_1QSt5KL2VrFy0IgCBZ7RpUsO')
@ryansacks2178
@ryansacks2178 12 күн бұрын
Is there a reason why you use dispatch to dispatch the event, over the broadcast helper method?
@HaroldDefree-ow8kz
@HaroldDefree-ow8kz 13 күн бұрын
hello 👋 can you make a tutorial on stripe connect thank you
@andrew689
@andrew689 13 күн бұрын
Exactly what I was looking for. Thanks!
@JamesAutoDude
@JamesAutoDude 14 күн бұрын
I need to do this with Inertia + Vue but my mind hurts every time 😢
@Tuto1902
@Tuto1902 17 күн бұрын
Video ends abruptly due to a connection issue I could not solve. Apologies for the inconvenience.
@alimosbah
@alimosbah 14 күн бұрын
🙏
@kinanditav4111
@kinanditav4111 18 күн бұрын
Helped me a lot
@MarkConstable
@MarkConstable 21 күн бұрын
Excellent content, but please kill the background music. It kills using x1.5+ speed up.
@adamdrake39
@adamdrake39 21 күн бұрын
This video is great. I was like 85% of the way there but you really helped with those specific details. Thanks so much for taking the time to make this. I really appreciate it.
@CubanFederal
@CubanFederal 23 күн бұрын
cool!
@sylvain351
@sylvain351 23 күн бұрын
peut etre un jour ajouter TDD serait parfait merci pour le partage
@gtsmeg3474
@gtsmeg3474 23 күн бұрын
Thank you!!
@laravelug
@laravelug 26 күн бұрын
Nice project, when will u use volt???
@konskript123
@konskript123 26 күн бұрын
What extension did you use when you autocomplete import those implements?
@xfordnine7477
@xfordnine7477 Ай бұрын
good content
@aftabnaveed
@aftabnaveed Ай бұрын
Thanks Tuto for this wonderfull tutorial, however I am unable to confiure it using laravel sail. Do I need to install the stripe utility inside the php container for that?
@xfordnine7477
@xfordnine7477 Ай бұрын
thanks for your content of laravel
@harujei24
@harujei24 Ай бұрын
Your videos are such a breath of fresh air! I’ve watched some of your Laravel videos, and they’re exactly what I want to learn-clear, easy to follow, and straight to the point. Even though I’m not new to Laravel, I’ve learned so many new things. Thank you for sharing your knowledge!
@binauralbeatgenerator
@binauralbeatgenerator Ай бұрын
Thanks so much for your help! After using Jetstream, I get the success page, but the database isn't updating as expected. Laravel log: Class App\Models\Cashier\User does not exist and could not be loaded Error message: ErrorException(code: 0): class_parents(): Class App\\Models\\Cashier\\User does not exist and could not be loaded at /var/www/laravel/vendor/laravel/framework/src/Illuminate/Support/helpers.php:105 Any guidance on how to fix this would be greatly appreciated!
@reubensiama9607
@reubensiama9607 Ай бұрын
I tried using this package recently. Everything works perfectly on my local system. When I deployed, the code highlighting was not working properly. What could be the reason?
@sylvain351
@sylvain351 Ай бұрын
tdd is not possible in project react laravel ? it seems more easy with livewire
@sylvain351
@sylvain351 Ай бұрын
There have any github repos ?
@sylvain351
@sylvain351 Ай бұрын
Thank you ❤
@basel495
@basel495 Ай бұрын
Please can you add title related to content of your live stream I need to know every video what about
@DevRunDown
@DevRunDown Ай бұрын
If you are running into the error "Invalid URL: URL must be publicly accessible." after running php artisan cashier:webhook and using Stripe CLI it might be due to simply serving the site with php artisan serve. To fix this I ended up installing Laravel Valet and serving my site with it so it has a <sitename>.test and that got around the issue.
@i_am_the_world_citizen
@i_am_the_world_citizen Ай бұрын
Great video man. Thanks a bunch!
@Douglas-Silvestrini
@Douglas-Silvestrini Ай бұрын
Nice piano at the intro, you could leave it playing throughout the live
@vasilejianu8241
@vasilejianu8241 Ай бұрын
wheres the followup video ? :D
@Tuto1902
@Tuto1902 Ай бұрын
There wasn't a follow up video but I did cover billing in this livestream session kzbin.info/www/bejne/jpTEqZiVm92lbLs
@vugarkhalil
@vugarkhalil Ай бұрын
Respect ❤
@fagnerdossantosgoncalves9563
@fagnerdossantosgoncalves9563 Ай бұрын
Great job! Congrats!
@Tuto1902
@Tuto1902 Ай бұрын
Appreciate it!
@fagnerdossantosgoncalves9563
@fagnerdossantosgoncalves9563 Ай бұрын
how to use component inertia.js on filament, how to load component on filament resource and filament page. I've been thinking about it. Have any idea?
@SiyadMoha-g2v
@SiyadMoha-g2v Ай бұрын
man you are a genius. next time i want you to create an app with multi role users like admin, super admin, staff, user and so on only using laravel ?
@KillerVyking666
@KillerVyking666 Ай бұрын
When I run webhook command, i get: |Invalid URL: URL must be publicly accessible. Consider using a tool like the Stripe CLI to test... I'm on windows.(SOLVED)) Please help, thanks.
@KillerVyking666
@KillerVyking666 Ай бұрын
I solved it by going in .env and changing APP_URL=your_url_name to APP_URL=stripe.test. Thanks!
@Tuto1902
@Tuto1902 Ай бұрын
Since it says SOLVED in the comment, I assume you've already fixed the issue. If not, let me know
@vugarkhalil
@vugarkhalil Ай бұрын
Respect ❤
@emilianocaballero7013
@emilianocaballero7013 Ай бұрын
Is there a follow up video as he mentioned for the rest of it?
@Tuto1902
@Tuto1902 Ай бұрын
I didn't actually made a video but I did cover billing in this livestream session kzbin.info/www/bejne/jpTEqZiVm92lbLs
@judejeevanmahendran
@judejeevanmahendran Ай бұрын
Thank you, Actually I clicked this video to find out how to implement the instant search functionality but the way you explained how we can import and use vue and everything within a laravel blade template was really helpful, now I don't need to watch another video to import vue into laravel, how to manage state via a centralized store and how to use v-model binding. That is really helpful for a beginner.
@arashshahabi853
@arashshahabi853 Ай бұрын
Keep up the good work bro 🙂 I really liked this project.
@Tuto1902
@Tuto1902 Ай бұрын
Thanks 😁
@kenncedricjala1199
@kenncedricjala1199 Ай бұрын
Thank you for this sir! Good work more more videos about this.
@fabrizio.dipietro
@fabrizio.dipietro Ай бұрын
Hi, I can't find this video in the play list, instead I find episode 8 2 times. Can you correct? Thank you.
@Tuto1902
@Tuto1902 Ай бұрын
I fixed the video title. Thanks for letting me know
@eightbrain
@eightbrain Ай бұрын
Really great project!
@Tuto1902
@Tuto1902 Ай бұрын
Glad you enjoyed it!
@ZAGAfrica
@ZAGAfrica 2 ай бұрын
No Github Repo because there are gaps especially in your DB
@Tuto1902
@Tuto1902 Ай бұрын
Probably, I wasn't focused on DB but more on quick tenancy setup. If you can elaborate on the gaps you found, I would love to hear your feedback
@drugoviic
@drugoviic 2 ай бұрын
when i doubt, use a spatie package
@jayvheesanchez6790
@jayvheesanchez6790 2 ай бұрын
I agree to that. That is why I need to rearrange the sequence of creating migrations under mysql or mariadb. I have to rename each migration files just for that.
@vugarkhalil
@vugarkhalil 2 ай бұрын
Respect