Level 7
You can run whatever php code that you want actually :)
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
is there a practical way to integrate native php script with js,css,php files in laravel
for example I have backup and restore db script I don't wanna touch it just create route like Route::get('backup',function() { // must run script });
Please or to participate in this conversation.