LaravelPackages.net
Acme Inc.
Toggle sidebar
netcreaties/laravel-modulize-api

Creating easy to use modules without having to configure them.

8
0
0.0.1
About netcreaties/laravel-modulize-api

netcreaties/laravel-modulize-api is a Laravel package for creating easy to use modules without having to configure them.. It currently has 0 GitHub stars and 8 downloads on Packagist (latest version 0.0.1). Install it with composer require netcreaties/laravel-modulize-api. Discover more Laravel packages by netcreaties or browse all Laravel packages to compare alternatives.

Last updated

Currently in development

Laravel Modulize API

Build Status Downloads Scrutinizer Code Quality Code Coverage

This package gives you the ability to create synchronization files and prevent you from having to write one time use commands when you've got for example: A database structure change that will require you to modulize-api the old structure data with the new structure.

Documentation

Installation

The best way to install this package is through your terminal via Composer.

Run the following command from your projects root

composer require netcreaties/laravel-modulize-api

Laravel 5.5+

This package supports package discovery.


Getting started

Publish config

Publishing the config will enable you to overwrite some of the settings this package uses. For example you can define where modules should be stored.

php artisan vendor:publish --provider="LaravelModulize\\Providers\\ModulizeServiceProvider" --tag="config"

Usage

Star History Chart