Aaron Francis came on the Laravel Creator Spotlight to discuss his recent project, Solo for Laravel.
Solo is a package that allows you to run multiple commands simultaneously to aid local development. With Solo, you can have all the commands needed to run and monitor aspects of your application with a single command.
Once started, each command will run in its own tab in your terminal, allowing easy access to start and view things like your application logs, HTTP requests, Vite, Queues, Reverb, Pint CS fixes, and much more.
The LazyCollection in Laravel helps us:
* Handle large datasets efficiently by processing data lazily, reducing memory usage
* Read and manipulate extensive files or database records without loading all data into memory
* Transform data seamlessly using methods like map(), filter(), and reduce()
#laravel #laraveltips
Laravel Forge announced it has added first-party integration with Statamic.
PHP× is a new community effort to bring together PHP and Laravel meetups from around the world.
Visit https://phpx.world/ for more details and to find a meet-up near you.
I asked Stephen Rees-Carter what the number one security issue he sees in Laravel apps.
The full interview is on our YouTube channel
#laravel #laraveltips #security #phpdeveloper #phpsecurity
Our interview with Jack McDade the creator of Statamic, Radical Design Course, and more just dropped on our YouTube channel. Go give it a watch!
When working with other developers, what is more important, skill or attitude?
I asked @tobias.petry if he had any quick tips for knowing what type of SQL join you should use. This is something I’ve always struggled knowing and this tip is great.
#laravel #mysql #postgresql #mariadb #sql #sqldeveloper