├── .phpunit.cache └── test-results ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── composer.json ├── composer.lock ├── phpstan.neon ├── phpunit.xml ├── resources └── lang │ ├── ar │ └── arPhpLaravel.php │ └── en │ └── arPhpLaravel.php └── src ├── ArPhpLaravel.php ├── ArPhpLaravelFacade.php ├── ArPhpLaravelServiceProvider.php ├── Macroables.php └── SearchAr.php /.phpunit.cache/test-results: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/.phpunit.cache/test-results -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/composer.lock -------------------------------------------------------------------------------- /phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/phpstan.neon -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/phpunit.xml -------------------------------------------------------------------------------- /resources/lang/ar/arPhpLaravel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/resources/lang/ar/arPhpLaravel.php -------------------------------------------------------------------------------- /resources/lang/en/arPhpLaravel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/resources/lang/en/arPhpLaravel.php -------------------------------------------------------------------------------- /src/ArPhpLaravel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/src/ArPhpLaravel.php -------------------------------------------------------------------------------- /src/ArPhpLaravelFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/src/ArPhpLaravelFacade.php -------------------------------------------------------------------------------- /src/ArPhpLaravelServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/src/ArPhpLaravelServiceProvider.php -------------------------------------------------------------------------------- /src/Macroables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/src/Macroables.php -------------------------------------------------------------------------------- /src/SearchAr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/still-code/ar-php-laravel/HEAD/src/SearchAr.php --------------------------------------------------------------------------------