PHP code example of i9w3b / dev-master

1. Go to this page and download the library: Download i9w3b/dev-master 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/ */

    

i9w3b / dev-master example snippets

bash
├── composer.json
├── LICENSE.md
├── README.md
└── src
    ├── DevMasterFacade.php
    ├── DevMaster.php
    ├── DevMasterServiceProvider.php
    └── Resources
        └── views
            ├── home.blade.php
            ├── layouts
            │   ├── app.blade.php
            │   └── menu.blade.php
            └── welcome.blade.php
bash
php artisan ui bootstrap --auth
bash
php artisan web-tinker:install
php artisan vendor:publish --provider="Spatie\WebTinker\WebTinkerServiceProvider" --tag="config"
bash
php artisan telescope:install
php artisan migrate
bash
php artisan vendor:publish --tag=devmaster-view --force
bash
php artisan vendor:publish --tag=devmaster-view-layouts --force