php - My Laravel 4 app shows errors when uploaded to my website -
php - My Laravel 4 app shows errors when uploaded to my website -
i new laravel 4. when upload app website shows errors. how should configure prepare it?
warning: require(__dir__/../bootstrap/autoload.php) [function.require]: failed open stream: no such file or directory in /home/a4651312/public_html/laravel/public/index.php on line 21 php error message fatal error: require() [function.require]: failed opening required '__dir__/../bootstrap/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a4651312/public_html/laravel/public/index.php on line 21.
i set app (name laravel) in public_htmt
, sent link default.html public.
php laravel-4 laravel-routing
Comments
Post a Comment