Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

Server requirements can be found over in the docs:

http://laravel.com/docs/installation#server-requirements

Last updated 1 year ago.
0

Does it require Composor and other stuffs besides the server requirement mentioned in that above link ?

Like, I have got an Ubuntu server edition with LAMP and MCrypt installed. I can't simply copy/paste the development folder (laravel app folder) . right? I might need other packages know ??

That's reason I have seen many Laravel dev are opting for Fortrabbit. But in my intranet case, what should I do?

Last updated 1 year ago.
0

You can download the composer.phar file and run this in the terminal. After composer.phar install you can remove that file. This wont change your server setup at all! You can also just copy the whole application. If it is running on your dev system and you copy ALL files it shouldnt break.

Last updated 1 year ago.
0

Doesn't it require us to run "artisan serve" command to start the serve every time ?

Last updated 1 year ago.
0

Sivaganeshsg,

Artisan serve should only be used for development. You should use a full HTTP server like Apache or nginx for production serving - even for an intranet application.

Last updated 1 year ago.
0

Thank you :)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.

© 2024 Laravel.io - All rights reserved.