awema-pl/module-virtual-tour

Module virtual tour.

v1.0.5 2021-12-13 15:43 UTC

This package is auto-updated.

Last update: 2024-04-13 20:47:58 UTC


README

Composer Ready Downloads Last version

A virual tour to show basic interface instructions

Documentation

Russian

NPM scripts

Development mode npm run watch or simply npm start

Development mode for IE npm run watch:legacy

Production build npm run build

Installation

Via Composer

$ composer require awema-pl/module-virtual-tour

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="AwemaPL\VirtualTour\Providers\VirtualTourServiceProvider" --tag="migrations"

After the migration has been published you can create the table for VirtualTour by running the migrations:

php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="AwemaPL\VirtualTour\Providers\VirtualTourServiceProvider" --tag="config"

Examples of use

use AwemaPL\VirtualTour\Facades\VirtualTour;

VirtualTour::lowerStr('Some String'); // 'some string'

VirtualTour::count(); // 1

Methods

example()

Description some example.

count()

Description some count.

validate(string $email)

Throws an InvalidArgumentException is email is invalid.

Testing

You can run the tests with:

composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

GNU General Public License v3.0. Please see the license file for more information.