This is amazing man. Thank you so much for being clear about the issues and how you've tackled them.
@zayR6Ай бұрын
Very useful, thank you.
@devynkaylor-owens35773 ай бұрын
How can you handle selecting some, then going to the second page? The check boxes that I checked on the first page stay check on the second page.
@andrewsquarcoo87843 ай бұрын
Loved it. I am thinking of how to solve the N+1 use resource collection for APIs
@khalifcolvin84963 ай бұрын
Thanks for the helpful information david 🙏
@rjtkatoch0073 ай бұрын
great tutorial. Can you tell me which extension of vs code you are using for query counting??
@DavidGrzyb3 ай бұрын
Laravel Debugbar, thanks!
@blessdarah12564 ай бұрын
As a Laravel developer, watching this was refreshing and reminded me of many good things about the Framework. Please keep doing more videos like this
@erasmonepomuceno19834 ай бұрын
🥰❤
@rafp87784 ай бұрын
Great explanation. Thanks David !
@veggiewear54194 ай бұрын
Would you still use cloudways or forge? Thanks
@DavidGrzyb4 ай бұрын
@@veggiewear5419 if you’re okay with all services (database, caching, etc) being on one VPS I would go with Cloudways. If you’re in need of more flexibility and want to have separate VPS for something like a worker or load balancer I would go with Forge. Hope that helps :)
@rafp87784 ай бұрын
great stuff. Many thanks !
@DavidGrzyb4 ай бұрын
Hey! I'll be moving back to a weekly schedule soon, is there anything that you'd like to see covered in a future video? 😀
@vishalM-l8r6 ай бұрын
hey while deploying project on hosting how to set base url for inertia, my project runned smoothly on localhost but when i upladed on server my Link href is not taking proper base url
@erikjandelange10 ай бұрын
Awesome video. Can you extend it (make a video) with SSR with Ziggy routes from @routes.
@ryanarcelgalendez550410 ай бұрын
This deserves a subscribe
@luiscarlos71510 ай бұрын
You just saved my projet
@almirh Жыл бұрын
Hi, which VScode theme have you setup in this video? Thanks for sharring us this vid:)
@JuanLopez-y7x6j Жыл бұрын
Excellent. thank you so much, you explained it very well
@JamesAutoDude Жыл бұрын
It seems like if you're using inertia, all you have to do in your app.js is put this: import { createApp, h } from 'vue'; import { createInertiaApp } from '@inertiajs/vue3'; import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers'; createInertiaApp({ resolve: (name) => resolvePageComponent(`./Pages/${name}.vue`, import.meta.glob('./Pages/**/*.vue')), setup({ el, App, props, plugin }) { return createApp({ render: () => h(App, props) }) .use(plugin) .mount(el) }, }); don't have to do anything else
@ryanvb3452 Жыл бұрын
That type="button" thing is a real gotcha! I spent hours trying to figure out why my form was giving me such strange behavior. Luckily I stumbled upon your video and found the culprit. I practically had the same solution as you, except you organized the validation rules nicely in an array. Way cleaner!
@slimyelow Жыл бұрын
OMG. Thanks for this.
@elieruhamya5291 Жыл бұрын
Thanks, it helps me so
@plaete Жыл бұрын
As someone else already mentioned in the comments, you have to add "enctype="multipart/form-data"" to the form tag to make the file uploads work, otherwise the $request->file() will always return null. If you switch from a form that only had text inputs before like in this video, you might be missing the enctype.
@LodDOmniscient Жыл бұрын
can you not make your editor so tiny? it's difficult for me to see well
@spartacus7646 Жыл бұрын
Thanks as well David. Inertia is a wonderful product with great possibilities, but they really need to update their Installation docs. You helped with the last step which was my using the deprecated createInertiaApp() method not using resolvePageComponent. It is literally their lynch-pin which the entire functionality depends and they have yet to update the docs.
@JustMillIt23 Жыл бұрын
Is there something you need to do to get Wink to recognize the routes in routes/web.php? Mine are 404 not found. I tried doing dd($posts) in the controller, and that isn't showing either. The /welcome route isn't even showing, but I can create posts. Laravel 10. Any ideas?
@bowiemtl Жыл бұрын
Thank you sir, would NOT have been able to find this out on my own. The inertia docs are kind of a nightmare by leaving out certain information and setup guides despite the utility it can provide
@heraldocastillo8763 Жыл бұрын
Thank you.. but a i have a question about ziggy, is making a full page reload and i guess in not right?
@heraldocastillo8763 Жыл бұрын
well if anyone is wonder how avoit page refresh use the LINK like ``` <Link :href="route('login')">Usuarios</Link> ```
@NIKHILSCI-t3g Жыл бұрын
how to add more Featured in laravel wink package ?
@NIKHILSCI-t3g Жыл бұрын
how to upload downloaded video in laravel wink when create blog ?
@DavidGrzyb Жыл бұрын
🚀 Dive into Laravel with my FREE 12-part email course! Perfect for beginners and tailored from years of experience - this is the guide I WISHED I had when starting out. 🔗 Enroll now: davidgrzyb.com/intro-to-laravel/ ✨
@DavidGrzyb Жыл бұрын
🚀 Dive into Laravel with my FREE 12-part email course! Perfect for beginners and tailored from years of experience - this is the guide I WISHED I had when starting out. 🔗 Enroll now: davidgrzyb.com/intro-to-laravel/ ✨
@DavidGrzyb Жыл бұрын
🚀 Dive into Laravel with my FREE 12-part email course! Perfect for beginners and tailored from years of experience - this is the guide I WISHED I had when starting out. 🔗 Enroll now: davidgrzyb.com/intro-to-laravel/ ✨
@DavidGrzyb Жыл бұрын
🚀 Dive into Laravel with my FREE 12-part email course! Perfect for beginners and tailored from years of experience - this is the guide I WISHED I had when starting out. 🔗 Enroll now: davidgrzyb.com/intro-to-laravel/ ✨
@DavidGrzyb Жыл бұрын
🚀 Dive into Laravel with my FREE 12-part email course! Perfect for beginners and tailored from years of experience - this is the guide I WISHED I had when starting out. 🔗 Enroll now: davidgrzyb.com/intro-to-laravel/ ✨
@DavidGrzyb Жыл бұрын
🚀 Dive into Laravel with my FREE 12-part email course! Perfect for beginners and tailored from years of experience - this is the guide I WISHED I had when starting out. 🔗 Enroll now: davidgrzyb.com/intro-to-laravel/ ✨
@noobtrader6960 Жыл бұрын
how do import assets in vite?
@user-qy6ey3zx8e Жыл бұрын
Inertia's docs just seem to be riddled with errors. It's easier to just code a separate API and Vue front end.
@jimburns7549 Жыл бұрын
Where there are two models, e.g. Patient and Treatment, with hasMany and belongsTo relationship methods ( Patient::treatments() & Treatment::patient() ) defined it their respective models, what is the query that returns data from the belongsTo model (Patient). For example, $treatments = App\Models\Treatment::query()->where('name', 'like', '%'.$search.'%') works with 'name' and every other column from the treatments table, BUT for any column in the patients table if fails. For example, ->where('email', 'like', '%'.$search.'%') throws an error: "Column not found: 1054 unknown column "email" in where clause." Any help is appreciated. My patient model includes first_name, last_name, and email fields, and I want to be able to search the treatments table by those fields. Any assistance would be great!
@martin.j.osborne Жыл бұрын
@DavidGrzyb Thanks for this video --- it's very helpful. You mention at the end of it that you plan to make another one on file upload --- but I don't see it in your list of videos. Are you still planning to make another video on file upload?
@ahmeddeghady4510 Жыл бұрын
Oh my god thank you!! My first time using Inertia and my head was about to explode. Followed the documentation and had many errors being thrown at me, other tutorials were always outdates as they used webpack. Thanks again!
@ragiedev-ve2rq Жыл бұрын
thank you so much!
@waqassaeed5689 Жыл бұрын
how to add additional fields in register migration
@bieberbalazs6826 Жыл бұрын
Getting Started with Inertia, Vite & Vue 3 Next time can you write in the title laravel as well please.
@kenbuchanan6894 Жыл бұрын
Thank you for putting this out there. This video should be the first video people watch when trying to set up a Vue, InertiaJS, Laravel app. It's a life saver!