PHP code example of nawrasbukhari / restricted

1. Go to this page and download the library: Download nawrasbukhari/restricted library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

nawrasbukhari / restricted example snippets


    $this->validate($request, [
        'name' => ';

    $this->validate($request, [
        'name' => '[
    	'username.restricted' => 'A user exists with that username. Please try another or add more characters'
    ]);

php artisan vendor:publish --provider="Nawras\Restricted\RestrictedServiceProvider" --tag="config"

php artisan restricted:index