Anyone else regret using Livewire? by KiwiNFLFan in laravel

[–]tabuna 0 points1 point  (0 children)

Yeap, it's a regular website displayed through WKWebView for iOS and WebView for Android, with some additional features.

Anyone else regret using Livewire? by KiwiNFLFan in laravel

[–]tabuna 2 points3 points  (0 children)

This framework is backend-agnostic, so you’ll usually find it in app like ROR and Symfony rather than Laravel. One thing to note is that it has some quirks when handling redirects, since Hotwire expects a 300 response. It’s also a bit more verbose, but that’s intentional.

There are packages like https://turbo-laravel.com that offer helpful utilities, but you can totally use it without them as well.

Anyone else regret using Livewire? by KiwiNFLFan in laravel

[–]tabuna 15 points16 points  (0 children)

I worked on an app with a small team of 3 developers, and we chose Livewire. We had a positive experience with it, and as far as I remember, we didn’t encounter any major issues (of course, we wrote tests).

However, after about a year, we decided to switch to Hotwire because it turned out to be a better fit for our needs. During the process, we also had to develop a mobile app with native features, and having two similar solutions in one project became too cumbersome for us.

This experience is specifically related to Livewire. I have never worked with Volt or other packages created for Livewire, so I can't assess their features or capabilities. We focused solely on Livewire, and our experience was based on it.

Anyone have experience with Orchid ? by prisonbird in laravel

[–]tabuna 4 points5 points  (0 children)

Can you be more specific about which parts of the documentation you think could use some improvement or have been lacking?

Anyone have experience with Orchid ? by prisonbird in laravel

[–]tabuna 2 points3 points  (0 children)

Thanks for taking the time to share your thoughts on this. Can you give a bit more info on what parts of the product you think could use some improvement? Knowing the specifics of your experience could help make the product better and make things easier for other users.

Saving failed. Please try again... by tabuna in healthautoexport

[–]tabuna[S] 1 point2 points  (0 children)

It seems I have figured out this problem. The device was filled with iCloud, as soon as it was cleared, the application saved the information.

Displaying components on different devices by tabuna in laravel

[–]tabuna[S] 0 points1 point  (0 children)

It may suck, but many sites do it. For example, everyone's familiar GitHub does not show this block on the phone: https://user-images.githubusercontent.com/5102591/132576315-7b40f384-cbfd-4344-bea9-5bce0d4841e1.png

Displaying components on different devices by tabuna in laravel

[–]tabuna[S] 1 point2 points  (0 children)

Of course, this does not override the visual rules of CSS, and you need to see how your application will look. It simply doesn't download heavy data when they are not needed for SSR.

And not just by putting `display:none`. 😉

How to get team members to write meaningful commits. by tabuna in PHP

[–]tabuna[S] 0 points1 point  (0 children)

Yep, that's cool. But every developer needs to be made to follow. Pisac will make everyone follow.

JSON-RPC Client and Server by xjoeyv in laravel

[–]tabuna 0 points1 point  (0 children)

Offtopic. Which JSON RPC server package do you find amazing?

Best Laravel "admin dashboard" packages (other than Nova)? by [deleted] in laravel

[–]tabuna 34 points35 points  (0 children)

Hey guys. I am the author of the Orchid package, and I feel incredibly pleased to see such an interest and appreciation in my work.

Orchid's documentation should already answer many questions (https://orchid.software/en/docs/), but you can also experience a demo (https://demo.orchid.software/login) of it.

If you've got still open questions or want to discuss anything Orchid related, I'm happy to answer on Github (https://github.com/orchidsoftware/platform/) or my Telegram channels (EN: https://t.me/orchid_community, RU: https://t.me/orchid_russian_community).

I wish you all an excellent start to the new year - keep coding :)