Download the PHP package guanguans/laravel-code-runner without Composer
On this page you can find all versions of the php package guanguans/laravel-code-runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download guanguans/laravel-code-runner
More information about guanguans/laravel-code-runner
Files in guanguans/laravel-code-runner
Package laravel-code-runner
Short Description Run the PHP code in the browser. - 在浏览器中运行 PHP 代码。
License MIT
Homepage https://github.com/guanguans/laravel-code-runner
Informations about the package laravel-code-runner
laravel-code-runner
简体中文
Run the PHP code in the browser. - 在浏览器中运行 PHP 代码。
Requirement
- PHP >= 7.4
- Laravel >= 7.0
Installation
You can install the package via composer.
You must publish the assets from this package by running this command.
You can publish the config file of the package(optional).
Usage
By default this package will only run in a local environment.
Visit /code-runner
in your app to view page.
Authorization
Should you want to run this in another environment (we do not recommend this), there are two steps you must perform.
-
You must set the
enabled
variable in thecode-runner
config file totrue
. - You must register a
view-code-runner
ability. A good place to do this is in theAuthServiceProvider
that ships with Laravel.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- guanguans
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-code-runner with dependencies
ext-json Version *
illuminate/contracts Version ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
laravel-frontend-presets/tall Version ^4.0 || ^5.0 || ^6.0 || ^7.0
laravel/tinker Version ^2.9
livewire/livewire Version ^2.12 || ^3.0
spatie/laravel-package-tools Version ^1.12