1. Go to this page and download the library: Download adityarizqi/laradox 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/ */
bash
# Enter PHP container (default with sh shell)
php artisan laradox:shell
# Enter specific service
php artisan laradox:shell nginx
php artisan laradox:shell node
# Use different shell (automatically falls back to sh if unavailable)
php artisan laradox:shell --shell=bash
php artisan laradox:shell --shell=zsh
# Run as specific user
php artisan laradox:shell --user=www-data
# Production environment
php artisan laradox:shell --environment=production