I am a newbie when it comes to Laravel 4.
I would like to ask if there is a way to install Laravel 4 without internet? If there is a way to do this, can you include a link or a tutorial on how to do this?
Thanks!
You cannot install laravel local without composer in your project.
Via Download. Once Composer is installed, download the 4.2 version of the Laravel framework and extract its contents into a directory on your server. Next, in the root of your Laravel application, run the php composer. phar install (or composer install ) command to install all of the framework's dependencies.
To install the old version of Laravel, the easiest way is to use the composer create-project command. Using this command we only have to specify the project name and Laravel version that we want it to be installed and there you go it's ready.
I would like to ask if there is a way to install Laravel 4 without internet?
Well you need The Internet to do the initial download of Laravel - but you can then move it to another computer that has no internet access:
You can read more about Laravel installation from the official documentation. Basically once you have it working - you can then just 'copy' it to whereever you need it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With