Download the PHP package mwi/laravel-kit without Composer
On this page you can find all versions of the php package mwi/laravel-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-kit
Local Environment
If you haven't already, make sure you have your local environment setup.
- Set Up
- MWI Laravel Setup
- Run the Script
- Package Specific Setup
- mwi/laravel-crud
- mwi/laravel-forms
- spatie/laravel-permission
- JavaScript Packages
- Standard Packages
- Additional References and Guides
Set Up
We have an NPM package that handles the entire setup process
MWI Laravel Setup
Run the Script
For instructions on the setup script visit MWI Laravel Setup
Aliases
For ease of use we'll add some composer scripts to our composer.json
file.
The first just sniffs, second fixes the sniff errors it can, third runs phpunit tests and four sniffs and tests together.
Package Specific Setup
These are additional packages that will help in the development of the project.
MWI Laravel CRUD
This package is setup by default
MWI Laravel CRUD Documentation
MWI Laravel Forms
Super handy components for form creation
MWI Laravel Forms Documentation
Spatie Laravel Permission
This package is set up by default
Spatie Permissions Documentation
JavaScript/CSS Assets
Always be sure to run the following command during a projects set up
We utilize laravel mix to handle the building of assets. Visit the MIX Documentation for more information.
Structure your assets by core
, theme
and application
as necessary in the webpack.mix.js
file.
Standard Packages
These packages are on an as need basis. If a theme was incorporated they may not be necessary.
For masking inputs
For form validation
For select dropdowns/multiselects
For card based layouts
Additional References and Guides
Note Some of these guides are still a work in progress.
For more information on how to utilize various features of this kit visit the following:
All versions of laravel-kit with dependencies
doctrine/dbal Version ^2.9
spatie/laravel-permission Version ^3.0
laravel/ui Version ^1.0