Download the PHP package simonecosci/wms without Composer
On this page you can find all versions of the php package simonecosci/wms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simonecosci/wms
More information about simonecosci/wms
Files in simonecosci/wms
Informations about the package wms
WMS
Windowed Management System
Laravel-KendoUI (Web Desktop-Like Application Environment)
About WMS (Whatever Management System)
WMS has been built on top of the Laravel Framework by extending some feature and using kendo-ui as frontend javascript framework. Basically WMS creates for you an environment very similar to your desktop for the administrative backoffice. The public area it's up to you.
Using this tool you don't need to be a skilled programmer. You just need to have knowledgebase of relational databases and that's all. The application code, for every new module you are going to create, is generated by the application itself. The owner is called to simply create visually the data models and click buttons to scaffold the source code.
NO PROGRAMMING SKILL IS REQUIRED
Once the code is created you can edit manually and add/integrate your own features.
The final effect is awesome and the administrator feels like at home. This is due to the windowed approach. Administrator already know how to handle a window, minimize, maximize, change wallpaper and themes etc.
It's a sort of online MDI form Application Generator which provides a simple way to create both the UI (User Interface) for the Frontend using kendo-ui framework and the Backend (CRUD) using Laravel framework.
Someone define it a sort of online access wizard, and it's not so far.
If you want to try out .... it's free and don't forget to star it if you like :)
Installation
Cloning the git
Via Composer
Database
Creata a new database
Then cp .env.example .env
and update your database creds.
Change (if you want) the initial credential by editing the file /database/seeds/UsersTableSeeder.php
or use these:
run the migrations with seed
You can now run the web server
or configure a virtualhost in your web server config
Navigate http://localhost/ and login
You have to give write permission to the following folders while your app is in development
- app/Models
- app/Http/Controllers/Admin
- resources/views/admin
- database/migrations
- public/app
To create your first window read the Wiki
Licenses
The Laravel framework and the WMS are open-sourced software licensed under the MIT license.
The Kendo-UI framework is commercial software licensed https://www.telerik.com/purchase/license-agreement/kendo-ui.
Using this software requires a commercial license of Kendo UI
All versions of wms with dependencies
doctrine/dbal Version ^2.5
fideloper/proxy Version ~3.3
intervention/image Version ^2.4
laravel/framework Version 5.7.*
laravel/tinker Version ~1.0