Can you integrate it with SaaS project I already have created in Filament? Would like to see it in practice
@felipepinheiro9235Күн бұрын
Que bacana, vou fazer uns testes.
@omar-o4c9uКүн бұрын
Hi , I am using filament 3 and it is so slow thoug i disabled debugging to see if this is the issue but still the same , any advices?
@tonyxhepaofficialКүн бұрын
TweakPHP Open Source App Review
@berlindeyizКүн бұрын
Really great examples! Thank you.
@BrunoMarquesScorpyous2 күн бұрын
Great videos as always. Could you replicate this in Nuxt? :)
@HVSharma2 күн бұрын
but isnt this unsafe or anyone can manipulate data from local/session storage?
@tonyxhepaofficial2 күн бұрын
19 Pinia Post Store - Laravel VueJS Tutorial 2025
@ahmadabozaid23492 күн бұрын
Thank you so much
@gaddisaolani67812 күн бұрын
Interesting lecture, Thank you!
@naveedzafar19792 күн бұрын
Laravel Livewire 3, dependent dropdown works fine at time of create, what about edit. Is it possible to use country, state, city dependent dropdown in customer component while creating and editing with reuseability, modelable, reactivity and without emit/dispatching listening for events... Simply means with less code....
@tonyxhepaofficial3 күн бұрын
18 Updating Posts - Laravel VueJS Tutorial 2025
@jamalmousa-j6c3 күн бұрын
Hello Tony. Thank you for this perfect tutorial. Could you please give me the theme name you used for VScode here? thank you :)
@codelaravel3 күн бұрын
Please add laravel yajra with this series including export functionality with vue js
@MouhammadTech-154 күн бұрын
Avec la nouvelle version de tailwindcss comment faire pour ajouter formkit puisque y a plus de fichier tailwind.config.ts
@fongoum4 күн бұрын
How can i make translation for many string in one click using the deepl or google Api ?
@tonyxhepaofficial4 күн бұрын
17 Display Single Post - Laravel VueJS Tutorial 2025
@brianmatovu5 күн бұрын
@tony thanks for the video. Is there any Vue plugin that can do what Filament tables do? Pagination, Filters, ...
@pushpakchhajed88455 күн бұрын
Thanks for reviewing it. The subscription feature is still in beta and actively being developed at the moment will be wrapping by this week. Share any feedback.
@tonyxhepaofficial5 күн бұрын
16 Vue Laravel Pagination
@BotFDR5 күн бұрын
Looking pretty nice
@mdazhardware6 күн бұрын
Great tutorial thanks.
@tonyxhepaofficial6 күн бұрын
Larasonic SAAS StarterKit Local Dev Review
@SiyadMoha-g2v6 күн бұрын
what are the user roles of this auth? look, may be displaying the posts in cards will be better than displaying in a table?
@tonyxhepaofficial6 күн бұрын
15 Display Posts- Laravel VueJS Tutorial 2025
@bakulimpian88156 күн бұрын
How if I want user a only can access he's data (can not access the other user data)?
@pushpakchhajed88456 күн бұрын
Thanks for the shoutout. Subscriptions is still in beta. I'll fix it over this weekend.
@mimo22027 күн бұрын
Thanks for the Videos, could you provid the github repo to clone the tailwind table?
@jzrfht7 күн бұрын
Great tutorial. Many thanks man. One question. Is it possible to show relation manager on a tab and not below main form? Thanks
@mdazhardware7 күн бұрын
Cool, could you clone this app and make another video, thanks in advance.
@pushpakchhajed88456 күн бұрын
would love to see that.
@DevenSitapara7 күн бұрын
Great but I wonder why it seems bit slower side in demo ? may be server capacity?
@tonyxhepaofficial7 күн бұрын
Larasonic SAAS OpenSource StarterKit
@krishna_yt80337 күн бұрын
nice
@MouhammadTech-157 күн бұрын
thanks
@tonyxhepaofficial7 күн бұрын
14 Store new Post - Laravel VueJS Tutorial 2025
@hendra_it197 күн бұрын
Next request. Laravel react
@doojaGG8 күн бұрын
Thanks
@snappandaa9 күн бұрын
Thank you for awesome Tutorial 👍👍
@SiyadMoha-g2v9 күн бұрын
hey Tony, i have an app idea that is simple. because, i am beginner in laravel it will teach me a lot in working with laravel. so, here it goes. i can do the crud staff of laravel the auth part always pick me of . app has two tables one is users table and other is Project table which is(users_id,Student_name,Classess,Courses,Projects_name,Status(Pending,Completed,Rejected,OnHold), Fields is a text field). users(id,username,email,password,active is boolean()). normal user can register a project,see,edit,delete and change his own project except the status field which only the admin user can change that. admin can see all the users,delete them and change the active field in each users except the admins, also, admin can see ,edit, delete, create projects and change the status field of the project. here is the requirements: - use tailwindcss - use sqlite - use blade templete - it is optional you can you livewire if you want. - make it simple as possible.
@juns3310 күн бұрын
Greetings from Brazil. Thank you so much. Your diction is perfect, is very easy follow the instructions
@kelvinprawira422510 күн бұрын
what extension file icon theme do you use in windsurf?
@sarah-barugu10 күн бұрын
Great Job Tony, thank you
@BsiennKhan10 күн бұрын
I despise such videos because they demo a very basic example, like Helo World, which is not how real-life projects work. How about a simple yet practical example of a CRUD with resource controller which is a standard way of handing a single model. Don't forget to mange softdeletes and unique that is the case for 99% of single models.
@reinova-v10 күн бұрын
thank you sir
@tonyxhepaofficial11 күн бұрын
13 Backend Model Migration and Controllers - Laravel VueJS Tutorial 2025
@mjacksonjones11 күн бұрын
Great series... Would love to see you drop a new Statamic install into an existing app.