composer

Simplifying Database Seeding in Laravel with iSeed

If you’re a Laravel developer, you know how important database seeding is for quick setup of initial data during testing and development. But, managing seed data can be tricky, especially when updating individual tables without affecting the entire database. That’s where the iSeed package comes in – it simplifies the process by automating the generation of seeder files for individual tables. Recently, we worked on a client project that involved developing a system to store crucial data about users, including user profiles, authentication credentials, and permissions. However, during development, we faced a challenge of modifying the structure of the user…

Composer EDD Plugin

Composer EDD Plugin – Install WordPress Pro Offerings Powered By EDD Software Licensing

Composer is a dependency manager for PHP and supports managing various WordPress dependencies. One can manage complete WordPress sites via composer installing core, themes, and plugins. For more info on using WordPress with Composer https://composer.rarst.net/ WordPress core can be installed via composer using https://packagist.org/packages/johnpbloch/wordpress. All the free themes and plugins are available for installation via wpackagist. Some premium plugins like “Advanced Custom Fields” supports installation via the composer. Commercial offerings keys and sensitive data can be protected by using “Private Composer Installer”. Not all plugin houses support composer based installation but still, the composer is flexible to source packages from…

laravel packages

How To Install Laravel On Windows Using WAMP

In this tutorial we will be looking into installing laravel on windows using WAMP. If you are new to laravel, installing laravel on windows might be little over whelming for you at first, I wish to make the installation process for laravel on windows for you as breeze as the framework itself, So let’s dig in Step 1 : Installing WAMP Download it’s dependencies (Visual C++ packages) first, which are as follows. Make sure you are “up to date” in the redistributable packages VC9, VC10, VC11, VC13 and VC14. Visual C++ Packages : The libraries VC9, VC10, VC11 are required…