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.
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.
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.
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.
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.
Laravel Validation: A Tale of Existence
One of my latest Laravel tips on Twitter, discussing Laravel validators for checking the existence of...
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.
Complete Web Scraping toolkit for PHP
Roach PHP is a complete web scraping toolkit for PHP and Laravel projects.