Tweets

Laravel

Sanctum

@_abbas (3 oct. 2020)

So we recently started a new project where we decided to keep our backend and frontend as complete separate codebases. Here’s how we did the authentication in Laravel Jetstream/Fortify/Sanctum and Nuxt. Beginners might find this useful.

@danpastori (11 juin 2022) updatesnippets

ust got @laravelphp Sanctum fully working with @nuxt_js 3 😅

CURL & Http

@TheLaravelDev (1 avr. 2022)

Cleaning up some legacy code. Changed CURL Request to use Laravel Http Facade.

Blade

@xiCO2k (18 avr. 2022)

We can not underestimate how clean it is to use blade components on #Laravel

Migrations

@LaravelEloquent (15 avr. 2022)

While creating migrations you may also specify the desired action for the "on delete" and "on update" properties of the constraint.

Refactor

TheLaravelDev (21 avr. 2022)

Some ways to refactor if condition in Laravel.

alt

Performances

Lighthouse

@addyosmani (10 avr. 2022)

Excited for Early Hints: speed up page loads by preloading resources from <link rel=preload> headers before a final response is received

JavaScript

@Steve8708 (28 mars 2022)

Performance tip: if you need to set a lot of dynamic keys to an object, a Map can give you better perf

@Steve8708 (2 avr. 2022)

Deep cloning simple objects/array structures in JS - which is fastest?

CSS

@shadeed9 (1 avr. 2022)

Say hello to the CSS tint() color function! 🎉

@Steve8708 (3 avr. 2022)

Do you know about () in CSS?

@Steve8708

Frosted glass effect in CSS - one of my favorites

Linux

@SrinathRavinath (9 avr. 2022)

For all Linux Lovers.

Web API

@filrakowski

Payment Request API is a "native" instant checkout with pre-filled data shared across all websites FOR FREE 🤯

Vue.JS

@MichaelThiessen (20 avr. 2022)

Here's how you can easily enable performance tracing in @vuejs

Design

alt

Tools

To sort