Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.34 KB

Version License Actions Status

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.