Skip to content

01. Installation

Michael edited this page Dec 19, 2022 · 1 revision

Install TiMEX as a filament plugin

TiMEX requires the following to run:

  • PHP 8.0+
  • Laravel v8.0+
  • Livewire v2.0+
  • Filament v2.0+

Installation

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

Publishing configuration

If you wish, you may publish the configuration of the package using:

php artisan vendor:publish --tag=filament-config

Publishing translations

If you wish to translate the package, you may publish the language files using:

php artisan vendor:publish --tag=timex-translations