laravel

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…

LUBUS Highlights November 2023

Venturing Into Consulting We have primarily focused on providing solutions to individuals and businesses by training our teams and building solutions for clients. However, we have recently had the opportunity to work with mid to enterprise-level clients, who have approached us for WordPress consulting services. We have onboarded a few clients to start this new offering and are finding it to be an interesting and valuable learning experience. We plan to share more insights on this soon. Bulk Messaging Platform Aside from working with WordPress, we also enjoy using Laravel, and we recently had the opportunity to help an SME…

LUBUS Highlights August 2023

It’s been quite a while since we shared any insights into what we have been doing. But, hey all this while we have been working on interesting and challenging projects, learning new things, expanding the team, sharing knowledge with the community, and toying around a handful of ideas. This month was quite happening and here are some of the key highlights below: Ajit spoke at and local Laravel meetup Learning is an important and integral part of our culture. We promote and reward skill building and see that as an ongoing process to be adopted by each and every one.…

Gymie - Laravel Based Application

Gymie, A Laravel Based Gym Management System Is Now Open Source

Today we are happy to open source Gymie, a Laravel based gym and club management system we built some time back. It has an interesting backstory to share how it came to life. We had never planned to actually build it, rather it started as a side project. We had an intern we had been mentoring and to help him understand and learn Laravel better we picked it as a real-life case study to work on. It was based on our experience with local gym management how they have been handling things. With regular brainstorming session and development, it started taking shape…

LUBUs Highlights April 2017

LUBUS Highlights April 2017

[well]Working towards standardizing our workflow to work on things in a more disciplined manner [/well] Here’s a list of few things we have been doing recently that might be of your interest or help: Most of our existing client are either on VPS (Virtual Private Server) or are about to be moved. For the upcoming projects, we would standardize this for all upcoming projects to eradicate common issues/concerns raised by client mostly performance issues which are common on shared hosting. This will help us deliver better and also improve our workflow. Currently, all our projects are proudly powered by DigitalOcean. Ping us if…

LUBUS Highlights March 2017

[well] Like every month, last month also our team spent sometime in giving back to the community. Also, we spent hours in polishing few of our products. [/well] Here’s a list of few things we have been doing recently that might be of your interest or help: We have been using the simple script to debug/test WordPress queries. We thought to convert it into handy plugin & share it as OpenSource GPL plugin. We released “WP Query Console” which is available on WordPress plugin directory to install it quickly in your WordPress dashboard. Same is available on GitHub to explore the…

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…

Why Attend Laracon Online

Yesterday on 6th February  2017, Laracon Online was announced. Now since you must have already read what it is, I will focus on why one should attend it. Is it worth to attend 9 hours long virtual conference? Yes, it is definitely. The 9 hours long conference gives you hours of mingling with the dudes like Mr. Otwell himself. Now you would question he is virtually available on twitter & slack anyways why pay $10 for it? Fair enough! Here’s how I see the same thing: I can have a word with Mr. Taylor on how to be a better developer managing…

LUBUS Highlights Feb 2017

[well]Last month was all about open source & giving back to the community. Our young champ harish was on fire and still, sparkling stay tuned there is lot to come [/well] Here’s a list of few things we have been doing recently that might be of your interest or help Most of our work revolves around WordPress & Laravel, with every project we try to improve our workflow. We have been using Laravel extensively for our product development. Based on few cases we needed an easy way to gather installation requirement to speed up troubleshooting and bug fixing. Harish came…

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…