LaravelPackages.net
Acme Inc.
Toggle sidebar
awema-pl/module-modal-window

Module modal window.

59
0
v1.0.9
About awema-pl/module-modal-window

awema-pl/module-modal-window is a Laravel package for module modal window.. It currently has 0 GitHub stars and 59 downloads on Packagist (latest version v1.0.9). Install it with composer require awema-pl/module-modal-window. Discover more Laravel packages by awema-pl or browse all Laravel packages to compare alternatives.

Last updated

ModalWindow

Composer Ready Downloads Last version

This is where your description should go. Take a look at contributing.md to see a to do list.

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-modal-window

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="AwemaPL\ModalWindow\Providers\ModalWindowServiceProvider" --tag="migrations"

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

php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="AwemaPL\ModalWindow\Providers\ModalWindowServiceProvider" --tag="config"

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.

Comments