In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

Cookieless Laravel

rocketee.rs - submitted by Mark van Eijk

By default Laravel adds cookies to the response of your app. Sometimes you don't want Laravel to use any cookies, just because it doesn't need them, to improve caching or show your users your not storing any information about them - privacy wise.

Read more [rocketee.rs]

Introducing Laravel Splade: The easiest way to build interactive Single-Page applications (SPA) using Laravel Blade templates

protone.media - submitted by Pascal Baljet

Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, enhanced with renderless Vue 3 components. In essence, you can write your app using the simplicity of Blade, and besides that magic SPA-feeling, you can sparkle it to make it interactive. All without ever leaving Blade.

Read more [protone.media]