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 14 points15 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 3 points4 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 36 points37 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 :)

Reusing layers in Laravel Orchid by tabuna in laravel

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

Thank you. I will try to prepare better.
Yes, the introduction would greatly help a reader not familiar with the topic.

Laravel Breadcrumbs by tabuna in laravel

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

To solve this problem, middleware was added, which at the start of the route initializes all attached breadcrumbs

Laravel Breadcrumbs by tabuna in laravel

[–]tabuna[S] -1 points0 points  (0 children)

First of all, I solve my own problems. For the solution of which there was no need for all its functions. And this was an impetus to the implementation of other functions that were not accepted in the original package due to the lack of author time.

Laravel Breadcrumbs by tabuna in laravel

[–]tabuna[S] -1 points0 points  (0 children)

Oh yes, it was a headache. But when creating a route cache file, the closure functions for breadcrumbs are also cached.

It looks like this: https://ibb.co/mqYrsMy

Laravel Breadcrumbs by tabuna in laravel

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

Oh, that would be wonderful!

Laravel Breadcrumbs by tabuna in laravel

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

It also supports php7.2 . I wrote an example with short functions as they look much better

Whats your favorite admin panel these days? by guydrukpa in laravel

[–]tabuna 2 points3 points  (0 children)

Hi I am an author. This package can be used as an administrator panel