My Laravel PR was shot down, but I may give it a chance later in the year to use Property Hooks as attribute cast.
Why? I blindly guess that using Property Hooks are less computationally costly but also IDE friendly.
My Laravel PR was shot down, but I may give it a chance later in the year to use Property Hooks as attribute cast.
Why? I blindly guess that using Property Hooks are less computationally costly but also IDE friendly.
As promised, here's a longer video going over what I've built so far for the Digital Shopfront CMS dashboard. Still a very long way to go, but good progress so far!
Model except(), assertThrowsNothing & Arr::sole() in Laravel 12.4
Discussions: https://discu.eu/q/https://youtu.be/w1WqD8V4xvU
Laravel 12.9 Introduces Memoized Cache Driver
https://nabilhassen.com/laravel-129-introduces-memoized-cache-driver
Discussions: https://discu.eu/q/https://nabilhassen.com/laravel-129-introduces-memoized-cache-driver
Medior PHP https://leanpub.com/b/mediorphp by Joseph Kanyo is the featured bundle of ebooks on the Leanpub homepage! https://leanpub.com #Php #Databases #Mysql #ComputerProgramming #Laravel #Symfony #Html #Refactoring #Apis #ApiDesign #books #ebooks
Introducing StackLift — our Laravel auditing service that helps small teams modernize legacy apps.
Laravel upgrades
Composer & Livewire updates
PHP, Node, and NPM cleanups
Book before May 2 and get $197 off
https://kutt.it/uQpgWN
#Laravel #WebDev #StackLift #SmallBusiness #PHP
I think this memoized cache is pretty cool!
I have occasionally implemented something similar in userland, and always thought it’d be helpful to have this feature within Laravel.
Liberado o tutorial como realizar o deploy do Laravel 12 na VPS da Hostinger.
https://www.youtube.com/watch?v=o3e8KAhbZa8
Primeiramente, será abordado como usar o SSH.
Em seguida, será apresentado como criar o banco de dados no servidor e conectar o Laravel ao banco de dados MySQL.
Também será mostrado como configurar o DNS do domínio na VPS da Hostinger.
Por fim, será demonstrado como instalar o SSL no site e configurar o envio de e-mails através da Iagente.
#celke #celkecurso #Laravel #Hostinger #Iagente #devops
Security headers add important layers of defence to your apps, preventing data leaks, XSS and CSRF attacks, clickjacking, and more... Why are you leaving your apps unprotected?
https://securinglaravel.com/security-tip-security-headers-are/ #Laravel
This is how I roll when I need to mark models as "completed", or anything else:
1. Allow the marking to be idempotent
2. If not idempotent, throw exceptions on duplicated calls
3. Save is opt-out, to avoid more than one update query.
MFA, 2FA, 2SV, DFA...
Something you know/have/are...
Let's figure out this MFA thing and why it's so important!
https://securinglaravel.com/in-depth-what-actually-is-mfa/ #Laravel
Data modeling a course platform with Laravel and Stripe
https://www.youtube.com/watch?v=yoCTIqthNRw
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=yoCTIqthNRw
Will have a video out Friday going over this in more (and slower) detail, but here's a quick look of what Digital Shopfront CMS looks like at the moment. And yes, I did already completely refactor the look of the dashboard.
Next up is building a visual and site editor, which is probably the biggest challenge of phase one. It'll be interesting.
You can also check out progress on the GitLab repo: https://gitlab.com/jacob-martella-web-design/digital-shopfront/digital-shopfront-core/digital-shopfront
The more I make something using AlpineJS, the more I like it.
Sometimes you don't need to figure it out with Vue. You only need some AlpineJS magic and that's it, no need to spin up a whole Vue framework on the page.
Add that to Livewire and Filament PHP and you're all set to create small utilities without hacking your way into the frontend.
Sie haben #PHP "entwickelt"
Frameworks und Bibliotheken wurden ja einmal geschaffen, damit man nicht alles immer wieder neu schreiben muss. Okay.
Jetzt kann ich also "native PHP" nutzen. Als Paket in einem PHP-Framework, welches auf PHP basiert und in dem man an jeder Stelle gerne auch einfach "native PHP" nutzen kann und darf.
Bald weiß wirklich niemand mehr, wie man irgendwas "from Scratch" entwickelt.
The James Brooks' interview
Discussions: https://discu.eu/q/https://go.itanea.fr/wud6
I built Cloudflare Images in PHP (to scale & compress images)
Discussions: https://discu.eu/q/https://youtu.be/lq_YlAOoLT8
HTTP Fixtures to use in tests
https://github.com/Gromatics/httpfixtures
Discussions: https://discu.eu/q/https://github.com/Gromatics/httpfixtures