J
J
jazzus2019-01-28 02:15:41
Laravel
jazzus, 2019-01-28 02:15:41

Is there a magic button hosting for Laravel?

Is there a hosting (server?) that installs all these dependencies and libraries for Laravel + Vue by default? I remember this is some kind of confused and tedious thing .. As a result, I installed LAN + Laravel in two clicks using laragon. I would like exactly the same, only on hosting. To specify the archive with the site and he installed everything himself - php Laravel Vue js libraries, etc. I will be grateful for the info

Answer the question

In order to leave comments, you need to log in

4 answer(s)
J
jazzus, 2019-02-10
@jazzus

Exist. It's called Laravel Forge . An ingenious invention with a magical green Deploy button . Highly recommended for beginners

M
mrFlyer, 2019-01-28
@mrFlyer

Composer with SSH to the rescue. Run the installation and everything unfolds in a minute or two ...

F
fLipE, 2019-01-28
@fLipE

1. composer create-project --prefer-dist laravel/laravel blog
2. npm install - after that npm run watch/prod/etc will be available
3 (sometimes) php artisan key:generate
Write everything you need in .env and go to the newly created site.
That's the whole installation, what's the difficulty?) By
the way, it also works properly on windows. I
use OpenServer x64 and PHP 7.1

D
deverlines, 2019-01-28
@deverlines

It is easy to put on the run.
https://beget.com/ru/articles/php-frameworks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question