YeCoder
PHP, Laravel, Javascript

yecoder.com

ORM Caching Package for Laravel

ORM Caching Package for Laravel

19 Jun 2022
Saeed Vaziry

LaraCache is an ORM-based package for Laravel to create, update and manage cache items based on model queries. Using this package, you can cache queries that you use heavily throughout your application.

Run Laravel tests on Github Actions

Run Laravel tests on Github Actions

16 Feb 2022
Saeed Vaziry

Imagine yourself in a big team coding on a single project. In our scenario the project is Laravel. There would be tens of Pull Requests waiting to merge but you need to make sure that nothing goes wrong after the merge. Obviously, you'll have tests in your project but it would be very tricky to go through the all PRs and run the tests on your local.

Free IP API

Free IP API

12 Feb 2022
Saeed Vaziry

After searching on the internet for websites that provide a service for getting more information about IP addresses, Like what country they belong to, I decided to create a free one!