mwi / software-kit
MWI Starter Kit for Software Projects
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mwi/software-kit
Requires
- bugsnag/bugsnag-laravel: ^2.0
- doctrine/dbal: ^2.6
- laravelcollective/html: ^5.5
Requires (Dev)
This package is not auto-updated.
Last update: 2025-10-05 19:50:07 UTC
README
If you haven't already, make sure you have your local environment setup.
Set Up
Note $
represents a terminal command and should not be typed out.
All commands (unless otherwise specified) should be ran from home dir:
$ cd
Version Control
Set up the version control for your project
Require composer dependencies
$ cd ~/projects/ $ mkdir new-project && cd new-project $ composer require mwi/software-kit
JavaScript Packages
These packages are on an as need basis. If a theme was incorporated they may not be necessary.
For masking inputs
$ npm install inputmask
For form validation
$ npm install parsleyjs
For select dropdowns/multiselects
$ npm install select2
For card based layouts
$ npm install masonry-layout