V
V
Vavdin2015-06-04 20:37:01
WAMP
Vavdin, 2015-06-04 20:37:01

How to combine EasyPHP and Laravel?

Good day,
I started learning Laravel. It is usually disassembled by examples along with vamp, but vamp refuses to work because port 80 is busy. After trying to find a way to free it, I decided to replace vamp with EasyPHP. There, port 80 is easily changed to any other, unlike a vamp. The problem is that Laravel doesn't want to interact with EasyPHP or it's because of the changed port (8080 instead of 80 for apache).
I googled this question, they suggest using vamp and not suffering.
Please tell me how to change the port for apache on vamp or help me understand the interaction between Laravel / EasyPHP

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
OnYourLips, 2015-06-04
@OnYourLips

A Laravel project does not require Apache at all.
Bare PHP is enough.
Just run the project in the console: php artisan serve --port=8080

A
Alexander Aksentiev, 2015-06-04
@Sanasol

If this is your working computer (not a server), then port 80 is occupied by Skype 99%
And everyone recommends OpenServer as a server.
I once used Vertrigo, and still would use it :)

V
Vyacheslav Plisko, 2015-06-05
@AmdY

You can use laravel without the built-in server, this is even desirable. Register the virtual host with the webroot to the public folder. In general, since you work under Windows, it's time to switch to vagrant to get rid of the hemorrhoids and get rid of problems with deploying under unix

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question