3v4l.org

run code in 300+ PHP versions simultaneously
<?php use Illuminate\Support\Facades\Route; /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::get('/', 'HomeController@home')->name('home'); Route::get('/lk', 'LkController@lk')->name('lk'); Route::get('/{category_alias}', 'CategoryController@category'); Route::get('/{category_alias}/{product_alias}', 'ProductController@product'); Route::post('/register-client', 'RegistrationController@client'); Route::post('/register-author', 'RegistrationController@author');
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "Illuminate\Support\Facades\Route" not found in /in/QEkP4:16 Stack trace: #0 {main} thrown in /in/QEkP4 on line 16
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
169.72 ms | 405 KiB | 5 Q