laravel-packages

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…

Laravel package to get list of installed packages and dependencies

Laravel Package To Get List Of Installed Packages And Dependencies

Laravel Decomposer, a laravel package to get list of installed packages and dependencies in your Laravel app along with their version numbers in a neat simple way just by the hit of a single route. You might be thinking the same can be achieved by typing a composer command, right? But here’s what you actually need to do to type that composer command: Open terminal Log into the server Oops! forgot the server credentials? Go back to Evernote & copy the credentials Back to the terminal & complete logging in Browse to the project directory Type the long composer command…

laravel package for instamojo

Laravel Package For Instamojo – Laravel Mojo

Laravel package for Instamojo Laravel Mojo, it provides an expressive, fluent interface to Instamojo’s online payments and refund services. Github : Laravel Mojo Why Instamojo? Instamojo is the India’s emerging C2C payments & e-commerce platform that makes the whole process of online transactions a breeze both for the users and the developers. Other than all their mojo, the support & response from the people, there are enough to make you take a ride! Why Laravel Mojo? Since we use Laravel so extensively and our love for Instamojo is well-known on our Twitter specially, we cannot afford not having the mojo in the…