Recent Articles

#websockets #real-time

How to setup and scale the perfect websocket server for your Laravel project

With Laravel and the appropriate WebSocket server, it is easily possible to push event-based data from a Laravel application to the web application.

Read full article [aboutyou.tech]

#env

Keeping your .env.example file updated

Envy is a package by Worksome designed to take the pain out of syncing environment files with your Laravel project. Let's check it out.

Read full article [downing.tech]

#GCP #google #deployments

Beginner’s Guide to Deploying PHP Laravel on the Google Cloud Platform: Part 3

Bilal continues his series on the PHP Laravel framework by securing the POST request and the Google Cloud Platform.

Read full article [codemag.com]

#database #triggers

Maintain statistics about your database tables using Laravel and triggers

In this article, I’ll explore why I created a package to easily maintain accurate statistics for database tables by using triggers.

#dto #ddd

Domain-Driven Design with Laravel: Data Transfer Objects

Domain-Driven Design is a software development approach that tries to bring the business language and the source code as close as possible.

Read full article [martinjoo.dev]

#validation #validators

Laravel Validation: A Tale of Existence

One of my latest Laravel tips on Twitter, discussing Laravel validators for checking the existence of...

#performance #database

How to find the slowest query in your application

Is your website slow? does it take ages to load? Are the users complaining that it's almost unusable?. You should check your database queries.

Read full article [laravel.io]

#web scraping

Complete Web Scraping toolkit for PHP

Roach PHP is a complete web scraping toolkit for PHP and Laravel projects.

Read full article [laravel-news.com]