I envisioned creating a simple desktop RAG application, a "chat with docs" tool, using PHP. However,...
Very easy to use and simple whiteboard and drawing app for kids. It comes with simple interface and n...
Free, easy-to-use yet powerful photo app provides a set of stunning filters you can use to bring best...
This is nice app for all JavaScript developers they can use to keep updated with latest JavaScript...
This is nice app for all PHP developers they can use to keep updated with latest PHP stuff from diffe...
Simple composer plugin that displays size of each folder under vendor to help you with which package...
Laravel package for providing visual feedback via screenshots. Checkout LaraFeed
Laravel Meter monitors application performance for different things such as requests, commands, queri...
Being able to keep oneself updated with latest trends, best practices and news is very crucial especi...
Laravel package to monitor SELECT queries and offer best possible INDEX fields. Checkout Laravel...
Laravel package as an alternative to single action controllers with support for web and api in single...
Laravel package to add loading indicator to pages while page is loading. Loading indicator is automat...
Laravel package to provide Server Sent Events functionality for your app. You can use this package to...
Laravel package to periodically monitor the health of your server and application. Screensh...
Laravel package to save logs in database making them permanent, always available for as long as you w...
Get latest JavaScript news and articles from top JavaScript developers and blogs.
Get latest PHP news and articles from top PHP developers and blogs.
Laravel package to open sent emails in default email client directly.
Simple laravel package to backup/restore files and database.
Holy Quran app made via NativeScript.
VisitLog is a simple Laravel 5 package that can be used to log visitor information and save it into database.
The Holy Quran from the commandline
Laravel Flash Messages Package
There are too many mobile app frameworks out there these days such as ionic, fuse, react native, nati...
(GoogleChrome puppeteer)[https://github.com/GoogleChrome/puppeteer] is interesting project to create browser automation tools, testing tools or web scrapping. I was wondering to use it for something useful and an idea popped in about creating CLI application that can be used to send and receive messages on Whatsapp. So I went on to creating (Whatspup)[https://github.com/sarfraznawaz2005/whatspup], a name based on both Whatsapp and puppeteer. **Features** - Send and receive messages - Read Receipts - Switch between users to chat with - Popup notifications for new chat messages - Privacy settings for popup notifications - One-time authentication, no need to scan QR code again and again - Windowless/headless (hidden) mode - Colorful chat messages (You can check it out here)[https://github.com/sarfraznawaz2005/whatspup]
I was looking to implement real time notifications system via sockets without having to use any third...
In this post, I intend to touch the concepts of: Dependency Injection (My previous post on DI) Depe...
One of the nicest things you can add to your programming skills is coding to interface. One of the fi...
Singleton One of the simplest design patterns is the Singleton. The purpose of Singleton d...