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-nb7dl5 күн бұрын
what about vue
@muhammadjunaidkhalid36398 күн бұрын
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
@KillerVyking6669 күн бұрын
Please do a user subdomain video if you have time one day. Thanks!
@ThomasschmidtTJS9 күн бұрын
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.
@ThomasschmidtTJS9 күн бұрын
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
@ThomasschmidtTJS9 күн бұрын
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!
@nicolasbaladocampo481610 күн бұрын
With the one payment subscription I cant manage to make this function work as is showed: auth()->user()->subscribedToPrice('price_1QSt5KL2VrFy0IgCBZ7RpUsO')
@ryansacks217812 күн бұрын
Is there a reason why you use dispatch to dispatch the event, over the broadcast helper method?
@HaroldDefree-ow8kz13 күн бұрын
hello 👋 can you make a tutorial on stripe connect thank you
@andrew68913 күн бұрын
Exactly what I was looking for. Thanks!
@JamesAutoDude14 күн бұрын
I need to do this with Inertia + Vue but my mind hurts every time 😢
@Tuto190217 күн бұрын
Video ends abruptly due to a connection issue I could not solve. Apologies for the inconvenience.
@alimosbah14 күн бұрын
🙏
@kinanditav411118 күн бұрын
Helped me a lot
@MarkConstable21 күн бұрын
Excellent content, but please kill the background music. It kills using x1.5+ speed up.
@adamdrake3921 күн бұрын
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.
@CubanFederal23 күн бұрын
cool!
@sylvain35123 күн бұрын
peut etre un jour ajouter TDD serait parfait merci pour le partage
@gtsmeg347423 күн бұрын
Thank you!!
@laravelug26 күн бұрын
Nice project, when will u use volt???
@konskript12326 күн бұрын
What extension did you use when you autocomplete import those implements?
@xfordnine7477Ай бұрын
good content
@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Ай бұрын
thanks for your content of laravel
@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Ай бұрын
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Ай бұрын
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Ай бұрын
tdd is not possible in project react laravel ? it seems more easy with livewire
@sylvain351Ай бұрын
There have any github repos ?
@sylvain351Ай бұрын
Thank you ❤
@basel495Ай бұрын
Please can you add title related to content of your live stream I need to know every video what about
@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Ай бұрын
Great video man. Thanks a bunch!
@Douglas-SilvestriniАй бұрын
Nice piano at the intro, you could leave it playing throughout the live
@vasilejianu8241Ай бұрын
wheres the followup video ? :D
@Tuto1902Ай бұрын
There wasn't a follow up video but I did cover billing in this livestream session kzbin.info/www/bejne/jpTEqZiVm92lbLs
@vugarkhalilАй бұрын
Respect ❤
@fagnerdossantosgoncalves9563Ай бұрын
Great job! Congrats!
@Tuto1902Ай бұрын
Appreciate it!
@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Ай бұрын
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Ай бұрын
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Ай бұрын
I solved it by going in .env and changing APP_URL=your_url_name to APP_URL=stripe.test. Thanks!
@Tuto1902Ай бұрын
Since it says SOLVED in the comment, I assume you've already fixed the issue. If not, let me know
@vugarkhalilАй бұрын
Respect ❤
@emilianocaballero7013Ай бұрын
Is there a follow up video as he mentioned for the rest of it?
@Tuto1902Ай бұрын
I didn't actually made a video but I did cover billing in this livestream session kzbin.info/www/bejne/jpTEqZiVm92lbLs
@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Ай бұрын
Keep up the good work bro 🙂 I really liked this project.
@Tuto1902Ай бұрын
Thanks 😁
@kenncedricjala1199Ай бұрын
Thank you for this sir! Good work more more videos about this.
@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Ай бұрын
I fixed the video title. Thanks for letting me know
@eightbrainАй бұрын
Really great project!
@Tuto1902Ай бұрын
Glad you enjoyed it!
@ZAGAfrica2 ай бұрын
No Github Repo because there are gaps especially in your DB
@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
@drugoviic2 ай бұрын
when i doubt, use a spatie package
@jayvheesanchez67902 ай бұрын
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.