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 Followers

128 Following

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