huylong / laravel-core-module
blog laravel core package
v1.1.1
2023-03-05 09:20 UTC
Requires
- php: ^8.1
- ext-pdo: *
- ext-zip: *
- laravel/sanctum: ^3.2
README
This is the core package of laravel blog, which contains some very useful commands, as well as the core functions of module management. Modules are automatically registered, routes are automatically loaded, and it is better to use with blog.
Type
- feat: new feature
- fix: bug fix
- docs: documentation changes
- style: formatting changes that do not affect code functionality
- refactor: code refactoring and optimization without adding new features or fixing bugs
- perf: performance improvement
- test: adding tests
- chore: changes to the build process or auxiliary tools
- revert: revert a previous commit
- build: changes related to building and packaging the code
- close: closing an issue