1. How to Implement a Modular Laravel Template Engine based on Extension Module Class
Updated on: 2020-10-16
Posted on: 2020-10-16
Blog: Laravel Template Engine Modules package blog
Package: Laravel Template Engine Modules
Modules can be useful to reduce the complexity, so each module implements a different part of the presentation of Web application screens.
This package provides means to implement modules for templates that can be used to render screens of Laravel Web applications.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Learn PHP Design Patterns from Code Examples Converted from the Head First Design Patterns Book
Updated on: 2020-10-13
Posted on: 2020-10-13
Blog: Head First Design Patterns PHP package blog
Package: Head First Design Patterns PHP
This package provides a port of the code examples to PHP, so the design patterns taught in the book become easier to understand by PHP developers.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement a PHP Bootstrap Icons Converter to Adjust Icons Color and Size
Updated on: 2020-10-11
Posted on: 2020-10-11
Blog: PHP Bootstrap Icons package blog
Package: PHP Bootstrap Icons
This class allows changing a given icon image of the Bootstrap library to change it is size and color so it can be well integrated in a given site that uses a different color scheme or icon size.
More ... Post a comment See comments (0) Trackbacks (0)
2. How to Implement PHP Class Callbacks with Minimal Code
Updated on: 2020-10-08
Posted on: 2020-10-08
Blog: Armory PHP Closure Trait package blog
Package: Armory PHP Closure Trait
This package provides a trait that can be used to quickly add callback function registration and invocation for any number of types of events that a class may trigger.
More ... Post a comment See comments (0) Trackbacks (0)
1. How Can PHP Convert XML to JSON to Migrate Old Data Documents to a Modern Format
Updated on: 2020-10-06
Posted on: 2020-10-06
Blog: PHP XML to JSON Conversion package blog
Package: PHP XML to JSON Conversion
This package provides a solution that can be convert existing XML documents into equivalent documents that represent the same data structures in JSON format.
More ... Post a comment See comments (0) Trackbacks (0)
1. How Can PHP Show Currency Rates in Web Page using Drupal
Updated on: 2020-10-04
Posted on: 2020-10-04
Blog: Drupal NBG Currency package blog
Package: Drupal NBG Currency
This package implements a Drupal module that can be used to display useful information about currencies of different world countries.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement PHP Promises to Evaluate Conditions like in JavaScript
Updated on: 2020-10-02
Posted on: 2020-10-02
Blog: Simple PHP Promise Library package blog
Package: Simple PHP Promise Library
This package provides means to implement promises in PHP by evaluating conditions now or later using deferred promises.
More ... Post a comment See comments (0) Trackbacks (0)
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.
More ... Post a comment See comments (0) Trackbacks (0)
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.
More ... Post a comment See comments (0) Trackbacks (0)
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.
More ... Post a comment See comments (0) Trackbacks (0)