Laravel - General package

The general Laravel package of Not a number contains frequently used and generalised controllers and endpoints.

Installation

Installing can be done with composer:

composer require nan/nan-laravel-general-package

Not installed a nan package previously? Check the guide on Installing the package

Validation

The package contains a validation controller for standardising the validation of fields

  • Email

  • Phone number

⌨️Validation

Encryption

The package contains a encryption controller for standardising the encryption of data

🔐Encryption

Last updated