A
A
Andr Lw12014-06-07 08:37:54
Windows
Andr Lw1, 2014-06-07 08:37:54

How to install Laravel on Windows without internet?

How to install Laravel on a computer not connected to the internet?
The documentation states that some files are downloaded from the Internet, and after that I can start the framework.
I downloaded the latest version of the framework on a flash drive, and I want to work on a computer, without an internet connection.
How to install locally?
OS Windows

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Ekuzkamaza, 2014-08-04
@Ekuzkamaza

Download the archive with the framework from https://github.com/laravel/laravel/archive/master.zip
and unpack it into the web server htdocs (the web server and PHP must be installed accordingly). Set the path to the public folder of the framework in the server configs. And everyone, work.

A
AlexP11223, 2014-06-07
@AlexP11223

Where is it said? Are you talking about Composer?
Well, if they are downloaded on another computer, then there should be no problems when copying to a computer without the Internet. He does not scatter files anywhere, everything is in one place.

V
Vyacheslav Plisko, 2014-06-07
@AmdY

After downloading, you need to execute composer install, after which there will be a ready version. If you plan to install on several computers, then it would be nice to run php artisan key: generate on each machine to generate a unique key.
I'm just doing a project that works from a flash drive on terminals. Development is running normally with sqlite for storage, no problems, and running
path\to\php.exe -c path\to\php.ini artisane serve

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question