Skip to content

Instantly share code, notes, and snippets.

View keulu's full-sized avatar

Luc Zimmermann keulu

  • Imprimerie Nouvelle Génération
  • France
View GitHub Profile
@keulu
keulu / MY_I18nModel.php
Last active April 8, 2022 15:02
Provide an i18n Model for Codeigniter4
<?php namespace Libraries\Core;
/**
* How to use :
*
* setup your configuration :
*
* in Config/App search for $defaultLocale and configure your $supportedLocales
*
*