creasi / laravel-base
Laravel Package that aims to provide basic organization directory structures.
Fund package maintenance!
creasico
Requires
- php: ^8.1
- creasi/laravel-nusa: ^0.1.1
- laravel/framework: ^9.0|^10.0|^11.0
Requires (Dev)
- composer-runtime-api: *
- laravel/pint: ^1.1
- laravel/sanctum: ^3.2|^4.0
- nunomaduro/collision: ^7.4|^8.0
- orchestra/testbench: ^8.5|^9.0
This package is auto-updated.
Last update: 2024-10-03 07:24:55 UTC
README
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.