GitHub
github.com › spatie › php-operators.com
GitHub - spatie/php-operators.com: An interactive list of PHP operators
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Starred by 71 users
Forked by 12 users
Languages PHP 56.0% | Blade 39.0% | JavaScript 3.7% | CSS 1.3%
Spatie
spatie.be › blog › introducing-php-operators
Introducing PHP Operators | Spatie
Today we're launching php-operators.com, a little web page to browse, search, and learn more about all operators in PHP. Sure, you could just ask AI to explain them the you, but where's the fun in that?
Call +32 3 292 56 79
Address Kruikstraat 22 bus 12, 2060, Antwerp
Videos
05:26
Spatie Sheets with Laravel Data: Content from Markdown Files - YouTube
08:23
15 Less-Known Spatie Laravel Packages and Projects - YouTube
03:10
Exceptions in Laravel: Spatie Permission Example - YouTube
How to Extend Laravel Package: Spatie Tags Model Example
01:23:29
Laravel Permissions by Spatie - Full Tutorial - YouTube
Php-operators
php-operators.com
PHP Operators
PHP Operators is a reference guide for operators old and new in the PHP programming language. We're SPATIE, a web development agency from Belgium.
GitHub
github.com › spatie › spatie.be › discussions › 152
PHP Operators · spatie/spatie.be · Discussion #152
Arithmetic +$a: Convert $a to int or float -$a: Convert $a to int or float and invert the sign $a + $b: Add $a and $b $a - $b: Subtract $b from $a $a * $b: Multiply $a and $b $a / $b: Divide $a by ...
Author spatie
Spatie
spatie.be › blog
Insights | Spatie
Whether you're building something quick or scaling up, there’s a Spatie package (or two) that can help you out. May 12, 2025 ... Passkeys are very convenient for users to log in: they don’t have to type in an email/password, you aren’t redirected to a third party for authentication, and it’s fast. We've made a new package that makes it easy to let your users authenticate to your app with passkeys. May 07, 2025 ... Today we're launching php-operators.com, a little web page to browse, search, and learn more about all operators in PHP.
Call +32 3 292 56 79
Address Kruikstraat 22 bus 12, 2060, Antwerp
Spatie
spatie.be › guidelines › laravel-php
Laravel & PHP | Spatie
// A sequence of single-line equivalent operations. public function up() { Schema::create('users', function (Blueprint $table) { $table->increments('id'); $table->string('name'); $table->string('email')->unique(); $table->string('password'); $table->rememberToken(); $table->timestamps(); }); } Don't add any extra empty lines between {} brackets. if ($foo) { $this->foo = $foo; } if ($foo) { $this->foo = $foo; } Configuration files must use kebab-case. config/ pdf-generator.php ·
Call +32 3 292 56 79
Address Kruikstraat 22 bus 12, 2060, Antwerp
GitHub
github.com › spatie › php-operators.com › activity
Activity · spatie/php-operators.com
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Author spatie
GitHub
github.com › spatie › php-operators.com › actions
Workflow runs · spatie/php-operators.com
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Author spatie
YouTube
youtube.com › watch
Alpine.js Open-Source Example by Spatie: PHP Operators (no Livewire) - YouTube
Spatie have released a project where Alpine.js is used as a foundational architecture piece, rather than typical use for small dynamic elements.Links mention...
Published June 2, 2025
GitHub
github.com › spatie › php-operators.com › issues
spatie/php-operators.com
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Author spatie
Laravel Daily
laraveldaily.com › code-examples › example › spatie-php-operatorscom › alpinejs
Alpine.js in spatie/php-operators.com | Laravel Daily
use App\Data\OperatorData; use Illuminate\Support\Collection; use Illuminate\Support\Facades\Cache; use Spatie\Sheets\Facades\Sheets; use Spatie\Sheets\Sheet; class OperatorsController { public function __invoke(?string $currentOperatorSlug = null) { $operators = $this->getSheets(); $currentOperator = $currentOperatorSlug ?
Laravel Daily
laraveldaily.com › video › alpinejs-open-source-example-by-spatie-php-operators
Alpine.js Open-Source Example by Spatie: PHP Operators (no Livewire) | Laravel Daily
Get access to all premium tutorials, video and text courses, and exclusive Laravel resources. Join our community of 10,000+ developers · Your trusted source for modern Laravel courses, tutorials, and insights. Learn from real-world examples and level up your development skills