{"id":15293901,"url":"https://github.com/simonecosci/wms","last_synced_at":"2025-04-13T14:09:11.552Z","repository":{"id":37548462,"uuid":"148186003","full_name":"simonecosci/wms","owner":"simonecosci","description":"Windowed Management System","archived":false,"fork":false,"pushed_at":"2023-02-28T16:55:18.000Z","size":17085,"stargazers_count":7,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T14:08:49.576Z","etag":null,"topics":["javascript","kendo-ui","laravel-framework","php"],"latest_commit_sha":null,"homepage":"http://www.simonecosci.com/wms","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonecosci.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-10T16:31:26.000Z","updated_at":"2024-11-14T13:24:05.000Z","dependencies_parsed_at":"2023-02-17T19:15:30.642Z","dependency_job_id":null,"html_url":"https://github.com/simonecosci/wms","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecosci%2Fwms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecosci%2Fwms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecosci%2Fwms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecosci%2Fwms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonecosci","download_url":"https://codeload.github.com/simonecosci/wms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724630,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","kendo-ui","laravel-framework","php"],"created_at":"2024-09-30T16:53:36.728Z","updated_at":"2025-04-13T14:09:11.515Z","avatar_url":"https://github.com/simonecosci.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WMS \n### Windowed Management System\n## Laravel-KendoUI (Web Desktop-Like Application Environment)\n\n[![GitHub All Releases](https://img.shields.io/github/downloads/simonecosci/wms/total.svg)](https://packagist.org/packages/simonecosci/wms)\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"http://www.simonecosci.com/storage/app/media/logo_wms.svg\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://laravel.com/assets/img/components/logo-laravel.svg\"\u003e\u003cimg src=\"https://telerikhelper.files.wordpress.com/2015/03/kendoui.png?w=440\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"http://www.simonecosci.com/storage/app/media/SS-1.JPG\"\u003e\u003c/p\u003e\n\n## About WMS (Whatever Management System)\n\n**WMS** has been built on top of the **Laravel Framework** by extending some feature and using kendo-ui as frontend javascript framework.\nBasically WMS creates for you an *environment* very similar to your **desktop** for the **administrative backoffice**.\nThe public area it's up to you.\n\nUsing this tool you don't need to be a skilled programmer. \nYou just need to have knowledgebase of **relational databases** and that's all.\nThe application code, for every new module you are going to create, is generated by the application itself.\nThe owner is called to simply create visually the **data models** and click buttons to scaffold the source code.\n\n\n**NO PROGRAMMING SKILL IS REQUIRED**\n\nOnce the code is created you can edit manually and add/integrate your own features.\n\nThe final effect is awesome and the administrator feels like at home.\nThis is due to the windowed approach. Administrator already know how to handle a window, minimize, maximize, change wallpaper and themes etc.\n\nIt'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.\n\nSomeone define it a sort of online access wizard, and it's not so far.\n\nIf you want to try out .... it's free and \ndon't forget to star it if you like :)\n\n- [Laravel](https://laravel.com/docs/5.6).\n- [Telerik Kendo UI for jQuery](https://www.progress.com/kendo-ui).\n- [Project homepage](http://www.simonecosci.com/wms).\n\n## Installation\nCloning the git\n```\ngit clone https://github.com/simonecosci/wms.git \u003cinstall-directory\u003e\ncd \u003cinstall-directory\u003e\ncomposer install\nnpm install\n```\n\nVia Composer\n```\ncomposer create-project simonecosci/wms \u003cinstall-directory\u003e\ncd \u003cinstall-directory\u003e\nnpm install\n```\n## Database\nCreata a new database\n```\nmysql -uroot -p\nmysql\u003e create database yourDatabaseName;\nmysql\u003e quit;\n```\n\nThen `cp .env.example .env` and update your database creds.\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=yourDatabaseName\nDB_USERNAME=root\nDB_PASSWORD=root\n```\n\nChange (if you want) the initial credential by editing the file `/database/seeds/UsersTableSeeder.php` or use these:\n\n```\nemail: admin@example.com\npassword: admin\n```\n\nrun the migrations with seed\n```\nphp artisan migrate:fresh --seed\n```\nYou can now run the web server\n\n```\nphp artisan serve\n```\n\nor configure a virtualhost in your web server config\n\n```\n\u003cVirtualHost *:80\u003e\n\tServerName localhost\n\tDocumentRoot \"/\u003cinstall-directory\u003e/public\"\n\t\u003cDirectory  \"/\u003cinstall-directory\u003e/public/\"\u003e\n\t\tOptions +Indexes +Includes +FollowSymLinks +MultiViews\n\t\tAllowOverride All\n\t\tRequire local\n\t\u003c/Directory\u003e\n\u003c/VirtualHost\u003e\n```\n\nNavigate http://localhost/ and login\n\nYou have to give *write* permission to the following folders while your app is in development \n- app/Models\n- app/Http/Controllers/Admin\n- resources/views/admin\n- database/migrations\n- public/app\n```\nchmod -R 777 app/Models\nchmod -R 777 app/Http/Controllers/Admin\nchmod -R 777 resources/views/admin\nchmod -R 777 database/migrations\nchmod -R 777 public/app\n```\n\n\n## To create your first window read the [Wiki](https://github.com/simonecosci/wms/wiki)\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"http://www.simonecosci.com/storage/app/media/SS-2.JPG\"\u003e\u003c/p\u003e\n\n## Licenses\n\nThe Laravel framework and the WMS are open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\nThe Kendo-UI framework is commercial software licensed [https://www.telerik.com/purchase/license-agreement/kendo-ui](https://www.telerik.com/purchase/license-agreement/kendo-ui).\n\nUsing this software requires a commercial license of Kendo UI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonecosci%2Fwms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonecosci%2Fwms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonecosci%2Fwms/lists"}