- Reference Docs
- https://github.com/Techies-Africa/nomad
- License
- MIT
The Laravel Nomad Package streamlines the management of timezones within your application. It automatically adjusts timestamps to the user's local timezone when retrieving data, ensuring consistent and accurate datetime handling. This package simplifies timezone management across your application, providing a seamless experience for users in different timezones.
You can install the package using Composer or by Downloading the Release.
The preferred method of installation is via Composer. If you do not already have Composer installed, follow the installation instructions.
To install the package, run the following command in your project root:
composer require techies-africa/nomad
After installing Nomad, publish its assets and migrations using the nomad:install Artisan command. After installing Nomad, you should also run the migrate command in order to create the timezone column in the default table:
php artisan nomad:install
php artisan migrate
If you prefer not to use composer, you can download the package in its entirety. The Releases page lists all stable versions. Download any file for a package including its dependencies.