Skip to content

Module manager for Laflux platform

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

LaFlux/Modulemanager

Repository files navigation

Modulemanager Component for Laflux

Laflux is a Hybrid Platform built with Laravel 5.3. This is the Modulemanager component for Laflux.

Getting Started

Modulemanager component is used for managing different modules. You can add new modules on the specified locations via this modulemanager.Checkout the demo for more details.Click here for the Demo. Default Username : demo@laflux.com, Password : 123456.

Prerequisites

Laflux platform : http://www.github.com/Laflux/Laflux. Checkout the demo of Laflux: Front end demo, Back end demo

Installing

The default Laflux platform includes all the necessary packages including this one. This component has been added as a submodule in the Laflux.However, you can install this component separately via two methods.

1.) Download the component as zip and upload directly into the system via Laflux Extension manager component.

2.) Manual Installation (Via git clone)

Clone the repository in to the Directory, root directory/packages/ExtensionsValley/ . After cloning, run the following commands.

php artisan vendor:publish 
php artisan migrate
composer dumpautoload -o

If you add this repository as a submodule, you can automatically update the repository, whenever there is a new update.To add this repository as a submodule, go to the root directory of Laflux and run the following command:

git submodule add https://github.com/LaFlux/Modulemanager.git packages/ExtensionsValley/Modulemanager/

php artisan vendor:publish 
php artisan db:seed --class=ModuleSeeder
composer dumpautoload -o

Deployment

This component is completely ready for deployment. Installation is all you have to do.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Laflux platform Documentation - Documentation
  • Updates - Pull this repository for latest updates
  • Premium Version of Laflux - Premium Version

Premium Version features:

  • 100% Upgrade Guaranteed
  • Laravel 5.2 or 5.3 to Kick Start
  • User Management
  • User Groups Management
  • Powerful Access Control Logic (ACL)
  • Inbuilt Data Tables Support
  • Easy CRUD Management
  • Extension Manager for integrating many packages
  • Data Export options for all Tables
  • Rapid Customization Options
  • Full Admin Theme
  • Clean and Professional UI
  • Inbuilt CSS3, HTML5, Bootstrap Support
  • Free Lifetime Updates
  • Comparable with All-Modern-Browsers
  • Multiple Icon Fonts
  • Retina-Ready Design
  • etc.

About

Module manager for Laflux platform

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages