TiMEX requires the following to run:
- PHP 8.0+
- Laravel v8.0+
- Livewire v2.0+
- Filament v2.0+
Install TiMEX:
composer require buildix/timex
Once the package is downloaded to your environment, you can run the installation command, which will publish all necessary TiMEX assets:
php artisan timex:install
If you wish, you may publish the configuration of the package using:
php artisan vendor:publish --tag=timex-config
If you wish to translate the package, you may publish the language files using:
php artisan vendor:publish --tag=timex-translations