1. How to Implement a PHP CRUD Generator to Create Laravel Applications Faster
Updated on: 2020-09-30
Posted on: 2020-09-30
Blog: Laravel CRUD Builder package blog
Package: Laravel CRUD Builder
Many applications need to implement many different types of CRUD interfaces. Therefore they can benefit from automated solutions to generate the code to implement such kind of CRUD interfaces.
This package can generate code for all types of files to implement CRUD interfaces from configuration defined in JSON format.



1. How to Implement PHP Large File Upload Storage using Laravel Model Classes
Updated on: 2020-09-28
Posted on: 2020-09-28
Blog: Laravel File Model package blog
Package: Laravel File Model
However, for object variables that can contain data that maybe large, it may be better to use files to store the values of those values in files.
This way, the database table records do not become too large, thus avoiding to slow down the database access.
This package implements a trait to use with model classes based on the Laravel framework to make some of the model class objects be mapped to files.



1. How to Implement a Laravel Multi Step Form to Split Complex Forms in Simpler Form Pages
Updated on: 2020-09-26
Posted on: 2020-09-26
Blog: Laravel Multi-Step Form package blog
Package: Laravel Multi-Step Form
This package provides a simplified solution to implement multi-page forms in applications based on the Laravel framework.



1. How to Implement a PHP Image Gallery that Allows Interactive Image Editing and Gallery Organization
Updated on: 2020-09-23
Posted on: 2020-09-23
Blog: wgGallery package blog
Package: wgGallery
This package is a module for the XOOPS CMS that implements an advanced image gallery system with unusual features like online image editing and organization of the gallery images by the means of visual Web based interface.



1. How to Implement a PHP Markdown Generator to Compose Documents in a Programmatic Way
Updated on: 2020-09-22
Posted on: 2020-09-22
Blog: PHP Markdown Generator package blog
Package: PHP Markdown Generator
This package provides a solution to compose documents in a programmatic way, so it can output the document content in Markdown format.



1. How to Prettify PHP Code to Display it in a More Readable Way
Updated on: 2020-09-19
Posted on: 2020-09-19
Blog: PHP Prettify package blog
Package: PHP Prettify
This package implements a better solution for displaying PHP code in Web pages.
It can highlight the code using colors, add line numbering, highlight specific lines or just part of the code of a script, and highlighting the code using themes configured using separate files in JSON format.



1. How to Implement a PHP Uptime Monitor to Check if Multiple Servers Are Working as Expected
Updated on: 2020-09-17
Posted on: 2020-09-17
Blog: Laravel Uptime Monitor package blog
Package: Laravel Uptime Monitor
This package provides a solution that can be used to monitor multiple servers on which one or more applications are running.
It also provides means to detect when a server that was working goes down, as well when a server that was down starts working again.
This way, it can be used to allow applications to be monitored to generate alerts, so an administrator can check when he needs to solve a problem that may have caused an application to stop working.



1. How to Implement PHP Domain Driven Design Classes in Practice
Updated on: 2020-09-15
Posted on: 2020-09-15
Blog: PHP Domain Driven Design Starter package blog
Package: PHP Domain Driven Design Starter
Command and Query Responsibility Segregation (CQRS) is a pattern that defines that there may be different model objects that can be used to update the information that is necessary to store the model information.
Event Sourcing (ES) is an approach to keep track about the changes in the state of an application as a sequence of events.
This package provides abstract interfaces for defining objects to implement Domain Driven Design, Command and Query Responsibility Segregation and Event Sourcing in PHP.



1. How to Implement a PHP Network Scanner to Discover IP Addresses of Web Site Servers
Updated on: 2020-09-13
Posted on: 2020-09-13
Blog: PHP Check HTTP Response Code IP Scanner package blog
Package: PHP Check HTTP Response Code IP Scanner
This package provides a solution to automate the discovery of Web servers running on a network by checking if there is an HTTP response to servers with IP addresses within a given range.



1. How to Implement a PHP Visualization Solution to Display Multiple Periods of Time over Dates
Updated on: 2020-09-10
Posted on: 2020-09-10
Blog: PHP Period Date package blog
Package: PHP Period Date
This package can not only perform time calculation and comparison operations, but it can also generate visual representations of the different time intervals, so users can see how they overlap or not.


