awema-pl/module-virtual-tour is a Laravel package for module virtual tour..
It currently has 0 GitHub stars and 38 downloads on Packagist (latest version v1.0.5).
Install it with composer require awema-pl/module-virtual-tour.
Discover more Laravel packages by awema-pl
or browse all Laravel packages to compare alternatives.
Last updated
A virual tour to show basic interface instructions
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
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"
use AwemaPL\VirtualTour\Facades\VirtualTour;
VirtualTour::lowerStr('Some String'); // 'some string'
VirtualTour::count(); // 1
Description some example.
Description some count.
Throws an InvalidArgumentException is email is invalid.
You can run the tests with:
composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
GNU General Public License v3.0. Please see the license file for more information.