ho un problema con il file di inizio
allego codidice
l errore che mi da è che non è specificata la fine del file :(
premetto che ho provato svariate coseCodice:<title>meshmi</title>
<?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <taylorotwell@gmail.com>
*/
*/
require 'bootstrap/autoload.php';
/*
*/
$app = require_once 'bootstrap/start.php';
/*
*/
$app->run();
grazie mille