PHPackages                             teksite/extralaravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. teksite/extralaravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

teksite/extralaravel
====================

this package add some features such as rules, middlewares, functions to laravel

1.1.0(10mo ago)0322MITPHPPHP ^8.2

Since Jan 19Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/teksite/extralaravel)[ Packagist](https://packagist.org/packages/teksite/extralaravel)[ RSS](/packages/teksite-extralaravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (8)Used By (2)

Extra Laravel Package

A powerful Laravel package that enhances your application with additional middleware, validation rules, artisan commands, and configuration utilities.

Table of Contents
-----------------

[](#table-of-contents)

- About
- Author
- Contact
- Installation
- Features
    - Middleware
    - Configuration Files
    - Custom Casts
    - Artisan Commands
    - Validation Rules
- Support

About
-----

[](#about)

The **Extra Laravel Package** provides a collection of useful tools to streamline development in Laravel. It includes middleware for security, custom validation rules, artisan commands for rapid development, and configuration utilities for localization and more.

Author
------

[](#author)

Developed by **Sina Zangiband**.

Contact
-------

[](#contact)

- Website: teksite.net
- Email:

Installation
------------

[](#installation)

### Step 1: Install via Composer

[](#step-1-install-via-composer)

Run the following command in your terminal:

```
composer require teksite/extralaravel
```

### Step 2: Register the Service Provider

[](#step-2-register-the-service-provider)

#### For Laravel 10 and 11

[](#for-laravel-10-and-11)

Add the service provider to the `bootstrap/providers.php` file:

```
