php

Back Open Paginator
25.11.2025 14:36
jclermont (@jclermont@phpc.social)

Sometimes you need to create files for local development that you don't want to commit, but you also don't want to modify the .gitignore file or just leave them perpetually uncommitted. Here's a simple, but effective, solution. #php #laravel masteringlaravel.io/daily/2025




Show Original Post


25.11.2025 13:06
norbert (@norbert@phpc.social)

I'm very excited about what I'm going to share now!

Flow #PHP just received a fully interactive playground allowing to build and execute ETL pipelines directly in the browser!! 🤯

Demo: youtu.be/bJm0BZUrTrg





Show Original Post


25.11.2025 10:48
decompwlj (@decompwlj@mathstodon.xyz)

A049329: Numbers k such that k is a substring of k^k

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A049329.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0493
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


25.11.2025 10:45
symfony (@symfony@mastodon.social)

🎉 Today’s the day, let’s get the workshops started!

🕘 Today and tomorrrow's Schedule:
09:00 – Welcome coffee & setup ☕
09:30 – Workshops begin

➡️ Full Program: live.symfony.com/2025-amsterda

We’re thrilled to kick off Amsterdam 2025 with you! 💜🌷





Show Original Post


25.11.2025 10:44
decompwlj (@decompwlj@mathstodon.xyz)

A049282: Primes p such that both p-2 and p+2 are squarefree

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A049282.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0492
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


25.11.2025 09:34
simonrjones (@simonrjones@mastodon.social)

Just read this nice, positive GitHub README Project article about and from a couple of years ago, which features @zuzana_kunckova :-) github.com/readme/featured/lar




Show Original Post


25.11.2025 07:55
admin (@admin@mastodon.raddemo.host)

Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks

This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 blog.radwebhosting.com/laravel #websitedevelopment





Show Original Post


25.11.2025 05:44
decompwlj (@decompwlj@mathstodon.xyz)

A049097: Primes p such that p+1 is squarefree

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A049097.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0490
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


25.11.2025 05:38
decompwlj (@decompwlj@mathstodon.xyz)

A049096: Numbers k such that 2^k + 1 is divisible by a square > 1

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A049096.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0490
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


25.11.2025 05:30
danielpetrica (@danielpetrica@infosec.exchange)

Hi, my #Laravel plugin ecosystem report form has already reached more than 100 responses. Have you compiled it with your opinions already?
#php #developers #programmer #webdev #form #development
coz.jp/TgQkU1




Show Original Post


25.11.2025 02:45
absulit (@absulit@mastodon.social)

This is the line in question:

!texture2d.renderPassIndex

I love falsy values, I love them because I love the idea of something being 0 equals null (like other programming languages like PHP and C) but every once in a while, a little surprise like this one shows up.

That being said, I wouldn't use Typescript for this. I still don't like the idea of "compiling" in an environment that is interpreted (the web).




Show Original Post


24.11.2025 22:38
j3j5 (@j3j5@hachyderm.io)

When adding the type for the Query Builder that's passed as an argument to an Eloquent's scope, do you use `Illuminate\Database\Eloquent\Builder` or `Illuminate\Contracts\Database\Eloquent\Builder`.

I just realized they were being used interchangeably on a project I've been working on.

My initial thought would be to use always the contract (the interface is implemented by `Eloquent\Builder` and by `Eloquent/Relations/Relation`), but looking at the docs, the official stance is to import the Builder object 🤔

laravel.com/docs/12.x/eloquent

Any thoughts?

#Laravel #Eloquent #PHP




Show Original Post


1 ...297 298 299 300 301 302 303 304 305 306 307 ...526
UP