creasi/laravel-base

Laravel Package that aims to provide basic organization directory structures.

dev-main 2024-04-01 09:38 UTC

This package is auto-updated.

Last update: 2024-05-01 16:23:20 UTC


README

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.