Lukas Frey (@_lukasfrey) 's Twitter Profile
Lukas Frey

@_lukasfrey

๐Ÿ‡จ๐Ÿ‡ฟ๐Ÿ‡ฉ๐Ÿ‡ช | co-founder of @GuavaCZ | computer science graduate | entrepreneur | freelancer | TALL stack developer

ID: 780457413023567873

linkhttp://www.lukasfrey.cz calendar_today26-09-2016 17:22:02

496 Tweet

419 Takipรงi

128 Takip Edilen

Lukas Frey (@_lukasfrey) 's Twitter Profile Photo

Quick Laravel tip ๐Ÿš€ If you ever need to generate a random hex color based on another value, such as the ID, username or email of a user, you can use this short one liner. Copy & paste ready code can be found in alt text.

Quick <a href="/laravelphp/">Laravel</a> tip ๐Ÿš€

If you ever need to generate a random hex color based on another value, such as the ID, username or email of a user, you can use this short one liner.

Copy &amp; paste ready code can be found in alt text.
Lukas Frey (@_lukasfrey) 's Twitter Profile Photo

We just hit a 500k downloads and 1000 stars milestone for our open source packages! ๐Ÿฅณ We at Guava really love contributing to the open source community and are happy to see our packages being used by other developers all over the world ๐Ÿš€

We just hit a 500k downloads and 1000 stars milestone for our open source packages! ๐Ÿฅณ

We at <a href="/GuavaCZ/">Guava</a> really love contributing to the open source community and are happy to see our packages being used by other developers all over the world ๐Ÿš€
Lukas Frey (@_lukasfrey) 's Twitter Profile Photo

๐Ÿฆ‘Livewire v4 is under development and we have prepared an article with some of the new, highly anticipated features coming to Livewire! ๐Ÿš€ Check out the full article on our blog below guava.cz/en/blog/whats-โ€ฆ

Lukas Frey (@_lukasfrey) 's Twitter Profile Photo

I did a little experiment in Filament ๐Ÿฆ’ and put together a quick prototype of collaborative editing support for Tiptap ๐Ÿ“ Is this something people would like to see released as a plugin? ๐ŸคฉComment what collaboration features you would like to see

Lukas Frey (@_lukasfrey) 's Twitter Profile Photo

Quick Filament ๐Ÿฆ’ v4 tip ๐Ÿš€ If you use Navigation Groups in your panels, consider using an Enum to configure your groups instead. This comes with a lot of benefits: โœ… A single place to manage your navigation groups โœ… Translate your navigation groups into multiple languages

Quick <a href="/filamentphp/">Filament ๐Ÿฆ’</a> v4 tip ๐Ÿš€

If you use Navigation Groups in your panels, consider using an Enum to configure your groups instead.

This comes with a lot of benefits:
 โœ… A single place to manage your navigation groups
 โœ… Translate your navigation groups into multiple languages
Lukas Frey (@_lukasfrey) 's Twitter Profile Photo

Quick Filament ๐Ÿฆ’ tip ๐Ÿ’›๐Ÿš€ - Generating avatars for any model Filament uses UI avatars as the default avatar provider in your filament panels. If you want to generate these avatars for models other than the user in your filament panels, you can do so easily by leveraging

Quick <a href="/filamentphp/">Filament ๐Ÿฆ’</a> tip ๐Ÿ’›๐Ÿš€ - Generating avatars for any model

Filament uses UI avatars as the default avatar provider in your filament panels.

If you want to generate these avatars for models other than the user in your filament panels, you can do so easily by leveraging
Dennis ๐Ÿ• (@dennis_smink) 's Twitter Profile Photo

Ok, it is time! ๐Ÿ‘€ Meet: Ploi Cloud ๐ŸŒŸ A fully EU-based Cloud Hosting solution for your applications like Laravel, Statamic, WordPress, and many more โœŒ๏ธ I need testers! DM me to get started (for free obviously) ๐Ÿ”ฅ Also, sign up for the waitlist ๐Ÿ‘‡

Ok, it is time! ๐Ÿ‘€

Meet: Ploi Cloud ๐ŸŒŸ

A fully EU-based Cloud Hosting solution for your applications like Laravel, Statamic, WordPress, and many more โœŒ๏ธ

I need testers! DM me to get started (for free obviously) ๐Ÿ”ฅ

Also, sign up for the waitlist ๐Ÿ‘‡
Lukas Frey (@_lukasfrey) 's Twitter Profile Photo

Quick Filament ๐Ÿฆ’ v4 tip ๐Ÿ’›๐Ÿš€ - Customizing the page schema In Filament 4, the complete page layout is a Schema. This is a huge improvement, as it allows you to easily customize it to your liking! For example, you could implement support for "Side Widgets" alongside the

Quick <a href="/filamentphp/">Filament ๐Ÿฆ’</a> v4 tip ๐Ÿ’›๐Ÿš€ - Customizing the page schema

In Filament 4, the complete page layout is a Schema.

This is a huge improvement, as it allows you to easily customize it to your liking!

For example, you could implement support for "Side Widgets" alongside the