PHP code example of jacked-php / jacked-server
1. Go to this page and download the library: Download jacked-php/jacked-server 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/ */
jacked-php / jacked-server example snippets
shell
> composer create-project --prefer-dist laravel/laravel /var/www/laravel
> php artisan migrate
> npm install
> npm run dev
>
dotenv
JACKED_SERVER_WEBSOCKET_ENABLED=true