laravel-base maintained by creasi
Description
Laravel Package that aims to provide basic organization directory structures.
Author
Last update
2024/09/03 09:11
(dev-dependabot/npm_and_yarn/micromatch-4.0.8)
License
Downloads
0
Tags
Creasi Base
Laravel Package that aims to provide most commont features for our projects, including:
- Authentication, see #85
- Authorization
- Audits
- Organization Structure, see #21 and here
- Notifications
- Settings
Requirements
- PHP
>=v8.1 - Laravel
>=10.0
Why?
As an agency, having to deals with common features in every single project is a pain and we need a library that can solve that issue, and also provide a good starting point for new projects. So, we can just focus on the business logic and not worry about the boilerplate code.
Installation
Use Composer
$ composer require creasi/laravel-base --prefer-dist
Usage
SOON
License
This library is open-sourced software licensed under MIT license.