An open API service indexing awesome lists of open source software.

https://github.com/nxtlvlsoftware/laravel-modules

A package for managing the modularisation of laravel projects.
https://github.com/nxtlvlsoftware/laravel-modules

laravel laravel-modules laravel-package module package

Last synced: 3 months ago
JSON representation

A package for managing the modularisation of laravel projects.

Awesome Lists containing this project

README

          

laravel-modules
===============
__A package for managing the modularisation of laravel projects.__

### About

This repository contains the source code for two separate projects, the `laravel-modules-package` which contains the code
required for modules to function in laravel applications and the `laravel-modules-cli` package which can be installed to
assist in package development.

* [Core Package](src/README.md)
* [CLI Tool](cli/README.md)

### Issues

Found a problem with this project? Make sure to open an issue on the [issue tracker](https://github.com/NxtLvLSoftware/laravel-modules/issues) and we'll get it sorted!

## License Information

The content of this repo is & always will be licensed under the [Unlicense](http://unlicense.org/).

> This is free and unencumbered software released into the public domain.
>
> Anyone is free to copy, modify, publish, use, compile, sell, or
> distribute this software, either in source code form or as a compiled
> binary, for any purpose, commercial or non-commercial, and by any
> means.

__A full copy of the license is available [here](../LICENSE).__

#

__A [NxtLvL Software Solutions](https://github.com/NxtLvLSoftware) product.__