PHPackages                             roshandelpoor/super-tools - 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. roshandelpoor/super-tools

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

roshandelpoor/super-tools
=========================

super tools is practical function in Laravel

04PHP

Since Apr 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/roshandelpoor/super-tools)[ Packagist](https://packagist.org/packages/roshandelpoor/super-tools)[ RSS](/packages/roshandelpoor-super-tools/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Super Tools
===========

[](#super-tools)

Super Tools is a Laravel package that provides practical functions to make your coding life easier. It includes a variety of tools that can be used in any Laravel project.

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

[](#installation)

You can install Super Tools using Composer. Simply run the following command:
-----------------------------------------------------------------------------

[](#you-can-install-super-tools-using-composer-simply-run-the-following-command)

```
1- composer require "roshandelpoor/super-tools"

2- composer dump-autoload

3- add this line in config/app.php -> in part 'providers' => []
   Super\SuperToolsServiceProvider::class,
```

Usage
-----

[](#usage)

To use Super Tools in your project, simply include the autoload file and start using the functions. Here's an example:
----------------------------------------------------------------------------------------------------------------------

[](#to-use-super-tools-in-your-project-simply-include-the-autoload-file-and-start-using-the-functions-heres-an-example)

```
