Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 897 Bytes

01-install.md

File metadata and controls

42 lines (30 loc) · 897 Bytes

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=timex-config

Publishing translations

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

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