Eser DENIZ
Currently open to work

Hi, I'm Eser.

I build things with PHP & Laravel, and I live in a converted van somewhere in France.

A space for working notes, published things, and whatever else seems worth writing down.

Coding since
2005
Laravel packages
12+
Based in
France

Latest writing

View all →
  1. Devkeepr: your trusted companion for your dev environment

    Count your node_modules folders. Now multiply by 400MB. Yeah, that's the problem Willem and I have been quietly fixing for the past few months.

  2. I made a CLI tool to keep an eye on your dependencies: Whatsdiff v2 is out!

    I made this tool for myself. After a year of using it, I decided it needed some attention. v2 is here with a website and documentation.

  3. Your small VPS is almost full, clean up your journal logs

    Running a small VPS for your side projects? You might notice your disk filling up mysteriously. Before upgrading your…

  4. Laravel Nightwatch: Log outgoing requests from Saloon

    Laravel Nightwatch has been released this morning, and on Unolia, we are using Saloon to make outgoing HTTP requests to…

  5. Get the last login date of a user in Laravel

    By default, in Laravel, the last_login_at field is not available in the users table. I personally needed this…