Skip to content

Techies-Africa/nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Laravel Client for Nomad

Reference Docs
https://github.com/Techies-Africa/nomad
License
MIT

Overview

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.

Requirements

Installation

You can install the package using Composer or by Downloading the Release.

Composer

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

Download the Release

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages