codewithrsl's profile picture. Youtube content creator |  IT Project manager / TALL and Full stack web developer +8 y exp

Code with RSL

@codewithrsl

Youtube content creator | IT Project manager / TALL and Full stack web developer +8 y exp

Pinned

My new video on the Code with RSL channel. Review new best plugin for page builder "Mason - block based drag and drop page / document builder field for @filamentphp Plugin author: @awcodes1 youtube.com/watch?v=ECxcLb…

codewithrsl's tweet image. My new video on the Code with RSL channel.
Review new best plugin for page builder "Mason - block based drag and drop page / document builder field for
@filamentphp
Plugin author: @awcodes1 

youtube.com/watch?v=ECxcLb…

Code with RSL reposted

Are you using the health route in Laravel? You name it whatever you want. By default, the page just tries to render. But you can perform additional checks by listing to Illuminate\Foundation\Events\DiagnosingHealth Who's using that?

benjamincrozat's tweet image. Are you using the health route in Laravel?

You name it whatever you want.

By default, the page just tries to render.

But you can perform additional checks by listing to Illuminate\Foundation\Events\DiagnosingHealth

Who's using that?
benjamincrozat's tweet image. Are you using the health route in Laravel?

You name it whatever you want.

By default, the page just tries to render.

But you can perform additional checks by listing to Illuminate\Foundation\Events\DiagnosingHealth

Who's using that?

Code with RSL reposted

Today's Laravel release introduced a new "failover" queue driver. It's now super easy to failover to executing jobs synchronously if your primary queue driver is down, or you can failover to another queue driver. 🏥 laravel.com/docs/12.x/queu…

taylorotwell's tweet image. Today's Laravel release introduced a new "failover" queue driver. 

It's now super easy to failover to executing jobs synchronously if your primary queue driver is down, or you can failover to another queue driver. 🏥

laravel.com/docs/12.x/queu…

Code with RSL reposted

Our Wall of Love ❤️ is already starting to take shape! nativephp.com/wall-of-love

nativephp's tweet image. Our Wall of Love ❤️ is already starting to take shape!

nativephp.com/wall-of-love

Code with RSL reposted

Laravel mentioned at @OSWeekend 💪

MrPunyapal's tweet image. Laravel mentioned at @OSWeekend 💪
This post is unavailable.

I'm here too!

Our Wall of Love ❤️ is already starting to take shape! nativephp.com/wall-of-love

nativephp's tweet image. Our Wall of Love ❤️ is already starting to take shape!

nativephp.com/wall-of-love


Code with RSL reposted

I just put together a laptop device mockup on Taildrops! Great way to present your web app screenshots on your landing page. ↓

pixelcave_john's tweet image. I just put together a laptop device mockup on Taildrops!

Great way to present your web app screenshots on your landing page.

↓

Code with RSL reposted

Tip on @filamentphp. Empty table? No data? It will just show "No posts" in the middle, in the empty state. But you can add ACTIONS to the empty state to prompt users to take action. Pass these to the `emptyStateActions()` method. Docs: filamentphp.com/docs/4.x/table…

PovilasKorop's tweet image. Tip on @filamentphp.

Empty table? No data?
It will just show "No posts" in the middle, in the empty state.

But you can add ACTIONS to the empty state to prompt users to take action. 
Pass these to the `emptyStateActions()` method.

Docs: filamentphp.com/docs/4.x/table…
PovilasKorop's tweet image. Tip on @filamentphp.

Empty table? No data?
It will just show "No posts" in the middle, in the empty state.

But you can add ACTIONS to the empty state to prompt users to take action. 
Pass these to the `emptyStateActions()` method.

Docs: filamentphp.com/docs/4.x/table…

Code with RSL reposted

⚡🔥🚀

Got to spend some time on a *highly* requested feature for @nativephp today: HMR for Android!



Code with RSL reposted

A multi-level select field for your Laravel / Filament apps 👉️ - madewithlaravel.com/filament-selec…

MadeWithLaravel's tweet image. A multi-level select field for your Laravel / Filament apps 👉️ - madewithlaravel.com/filament-selec…

Code with RSL reposted

Big ups to @ganyicz for tackling scrollable tabs for mobile devices in Flux 💪 Just that fade out effect alone has tons of sneaky details: - matches any background color - disappears when scroll reaches the end - doesn't fade out bottom border


Code with RSL reposted

Tip on @filamentphp. Reporting with grouped tables? Use `groupsOnly()` to hide rows and show just summaries per group. Perfect for category TOTALS without clutter. Link to docs: filamentphp.com/docs/4.x/table… #practicalFilamentDocs

PovilasKorop's tweet image. Tip on @filamentphp.

Reporting with grouped tables?
Use `groupsOnly()` to hide rows and show just summaries per group.

Perfect for category TOTALS without clutter.

Link to docs: filamentphp.com/docs/4.x/table…
#practicalFilamentDocs
PovilasKorop's tweet image. Tip on @filamentphp.

Reporting with grouped tables?
Use `groupsOnly()` to hide rows and show just summaries per group.

Perfect for category TOTALS without clutter.

Link to docs: filamentphp.com/docs/4.x/table…
#practicalFilamentDocs
PovilasKorop's tweet image. Tip on @filamentphp.

Reporting with grouped tables?
Use `groupsOnly()` to hide rows and show just summaries per group.

Perfect for category TOTALS without clutter.

Link to docs: filamentphp.com/docs/4.x/table…
#practicalFilamentDocs

Code with RSL reposted

absolutely next level

I've been a bit busy over the past few months! I've still been hard at work on Forte, a new Blade and HTML parser, but also a secret project built with it! High-level, I've been working on a browser-based development tool, focused on @Alpine_JS , @LaravelLivewire and…



Code with RSL reposted

Full-stack infinite scroll... backwards and forwards. ↕️ @pascalbaljet cooked.

Inertia 2.2 is here and it ships with a new <InfiniteScroll> component! If you've ever built infinite scrolling by hand, you know what a timesaver this is. We worked hard sweating the details to make this super smooth and easy to implement Let's take a look! 👇



Code with RSL reposted

Laravel tip. When working on Laravel API project, wanna see what SQL queries are running? There's no place to install a visual Debugbar, right? No worries, use Laravel Telescope. It will show all the queries. Very easy to install. Link: laravel.com/docs/12.x/tele…

PovilasKorop's tweet image. Laravel tip.

When working on Laravel API project, wanna see what SQL queries are running?

There&apos;s no place to install a visual Debugbar, right?

No worries, use Laravel Telescope. It will show all the queries.

Very easy to install.
Link: laravel.com/docs/12.x/tele…
PovilasKorop's tweet image. Laravel tip.

When working on Laravel API project, wanna see what SQL queries are running?

There&apos;s no place to install a visual Debugbar, right?

No worries, use Laravel Telescope. It will show all the queries.

Very easy to install.
Link: laravel.com/docs/12.x/tele…

Code with RSL reposted

Big fan of adding 'separators' in my dock to 'group' apps 🫧 defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' && killall Dock

ashleyhindle's tweet image. Big fan of adding &apos;separators&apos; in my dock to &apos;group&apos; apps 🫧 

defaults write com.apple.dock persistent-apps -array-add &apos;{&quot;tile-type&quot;=&quot;spacer-tile&quot;;}&apos; &amp;amp;&amp;amp; killall Dock

Code with RSL reposted

The Laravel Bootcamp is back! Alongside it is a new PHP Fundamentals mini-course. Both are free and perfect for anyone brand new to PHP or Laravel. laravel.com/learn


Code with RSL reposted

Tip on @filamentphp. Use `deferLoading()` to improve perceived performance on tables with heavy data. Shows a loading state while data loads asynchronously instead of blocking the entire page render. Link to docs: filamentphp.com/docs/4.x/table… #practicalFilamentDocs

PovilasKorop's tweet image. Tip on @filamentphp.

Use `deferLoading()` to improve perceived performance on tables with heavy data.

Shows a loading state while data loads asynchronously instead of blocking the entire page render.

Link to docs: filamentphp.com/docs/4.x/table…

#practicalFilamentDocs
PovilasKorop's tweet image. Tip on @filamentphp.

Use `deferLoading()` to improve perceived performance on tables with heavy data.

Shows a loading state while data loads asynchronously instead of blocking the entire page render.

Link to docs: filamentphp.com/docs/4.x/table…

#practicalFilamentDocs

Code with RSL reposted

Updated our @filamentphp tutorial with v4 code example. Filament Forms Take Too Much Space? Decrease Spacing. filamentexamples.com/tutorial/filam… In v4, the CSS styles are a bit different, so use Inspect in browser to find out which classes to modify.

PovilasKorop's tweet image. Updated our @filamentphp tutorial with v4 code example.

Filament Forms Take Too Much Space? Decrease Spacing. filamentexamples.com/tutorial/filam… 

In v4, the CSS styles are a bit different, so use Inspect in browser to find out which classes to modify.

United States Trends

Loading...

Something went wrong.


Something went wrong.