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.
- Host: GitHub
- URL: https://github.com/nxtlvlsoftware/laravel-modules
- Owner: NxtLvLSoftware
- License: unlicense
- Created: 2020-03-09T11:16:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T21:52:29.000Z (over 3 years ago)
- Last Synced: 2025-05-23T06:17:38.609Z (about 1 year ago)
- Topics: laravel, laravel-modules, laravel-package, module, package
- Language: PHP
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.__