Answer the question
In order to leave comments, you need to log in
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
Exist. It's called Laravel Forge . An ingenious invention with a magical green Deploy button . Highly recommended for beginners
Composer with SSH to the rescue. Run the installation and everything unfolds in a minute or two ...
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
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 questionAsk a Question
731 491 924 answers to any question