Support the ongoing development of Laravel.io →
Installation Configuration

Hello everyone.

I'm trying to install laravel but I have no succes.

Technical: I've downloaded a LAMP server from turnkeylinux, got it running in a virtual machine using Hyper-V. Installed composer and laravel, no trouble. (I want it on a "separate" server since it's an easier workflow for me) Changed permission to 777 for easy development.

Here is where the problem starts. I either get a list of files on the server, not unexpected or an blank white page. I somehow managed to get one step further by fiddling around in config files (I think i added ../ a little here and there) and displaying laravel debug page saying "View [hello] not found.".

And there is where I stand now. I know it's hard for you to help me because it can be so many problem, but kan you help me how i can debug this and actually start using Laravel?

Or can anyone point me in the direction of a working configuration for use to develop on a separate server?

Thankyou in advance

Last updated 3 years ago.
0

If laravel installed correctly the problem may be that the app/storage folder may not have appropriate write permission. $cd /to/your/app-root/directory then run this cmd

sudo chmod -R o+w app/storage

Try if that helps

Last updated 3 years ago.
0

Thanks for your reply. Tried that without any luck.

Had some small progress by changing the root directory in apache to /var/www/lara/public. Now it's a new error:

(Laravel log) 2014-10-31 00:03:56 production.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in /var/www/lara/bootstrap/compiled.php:5680 Stack trace: 0 /var/www/lara/bootstrap/compiled.php(5004): Illuminate\Routing\RouteCollection->match(Object(Illuminate\Http\Request)) 1 /var/www/lara/bootstrap/compiled.php(4992): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request)) 2 /var/www/lara/bootstrap/compiled.php(4984): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request)) 3 /var/www/lara/bootstrap/compiled.php(715): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) 4 /var/www/lara/bootstrap/compiled.php(696): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request)) 5 /var/www/lara/bootstrap/compiled.php(7744): Illuminate\Foundation\Application->handle(Object(Illuminate\Http\Request), 1, true) 6 /var/www/lara/bootstrap/compiled.php(8351): Illuminate\Session\Middleware->handle(Object(Illuminate\Http\Request), 1, true) 7 /var/www/lara/bootstrap/compiled.php(8298): Illuminate\Cookie\Queue->handle(Object(Illuminate\Http\Request), 1, true) 8 /var/www/lara/bootstrap/compiled.php(10961): Illuminate\Cookie\Guard->handle(Object(Illuminate\Http\Request), 1, true) 9 /var/www/lara/bootstrap/compiled.php(657): Stack\StackedHttpKernel->handle(Object(Illuminate\Http\Request)) 10 /var/www/lara/public/index.php(49): Illuminate\Foundation\Application->run() 11 {main} [] []

(apache log) [Fri Oct 31 00:03:56 2014] [notice] child pid 16527 exit signal Segmentation fault (11)

As you can understand this is all new to me but I'm lerning by google and trial and error...

Last updated 3 years ago.
0

Find a solution that worked for me. I updated to php 5.5 instead of 5.4. If anyone elde encounter a simular problem it's worth trying.

Last updated 3 years ago.
0

I am currently using [URL="http://www.ahsay.com/jsp/en/home/index.jsp?pageContentKey=ahsay_products_overview&r=1d"]Ahsay Software[/URL]. It is basically designed for managed service providers (MSPs) to provide online backup service to their customers. It comes with the most comprehensive features that can fulfill all the on-premises backup, online backup, offsite backup, and cloud backup. Once you try this Software for backup.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

lillfisken lillfisken Joined 28 Oct 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.