PHP code example of ribafs / laravel58-acl

1. Go to this page and download the library: Download ribafs/laravel58-acl 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/ */

    

ribafs / laravel58-acl example snippets

bash
laravel new acl --auth

ou
composer create-project laravel/laravel="5.8.*" acl
php artisan make:auth

cd acl
bash
php artisan vendor:publish --provider="Ribafs\Laravel58Acl\Laravel58AclServiceProvider"
bash
php artisan copy:files
bash
php artisan migrate
php artisan db:seed
php artisan serve
localhost:8000/login