Eloquent get() vs chunk() vs lazy() benchmarks
[Updated August 2023] As developers, our choices can greatly impact the performance and memory usage of our applications. Laravel offers us a variety of methods for data...
Select all checkboxes with Alpine.js
UPDATED 2021-12-03 Using the document.querySelectorAl to manipulate the DOM directly is not a good way to do this. Instead have array which contains all the availabe items. A...
Manually set path to PHP for Composer
Since macOS 15.0 Monteray, Apple is not shipping PHP as part of the OS. This can sometimes cause some problems for Composer when /usr/bin/php is no more. Also, the tighter...
Making a unsecure webcam stream secure without PHP
Here comes a small tip serving an insecure non-HTTPS video stream as HTTP. If you run an Nginx web server, you can use its proxy feature to pass on the...
Composer update gives Undefined index: name
If you get an exception like running composer update in an older Laravel-project. In PackageManifest.php line 122: