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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wms

WMS

Windowed Management System

Laravel-KendoUI (Web Desktop-Like Application Environment)

GitHub All Releases

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

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

PHP Build Version
Package Version
Requires php Version >=7.1.3
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package simonecosci/wms contains the following files

Loading the files please wait ....