Socket
Socket
Sign inDemoInstall

@awes-io/modal-window

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @awes-io/modal-window

Modal window with history navigtion. Includes default, full-screen and aside layouts.


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
119 kB
Created
Weekly downloads
 

Readme

Source

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 awes-io/modal-window

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="AwesIO\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="AwesIO\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.

Keywords

FAQs

Last updated on 22 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc