I am new to laravel and recently I pulled the project from git -hub and it will not start because it lacks the .env file, I tried installing the composer but it did not work. Is there any other way to create a .env file?
You can download env.example , rename it to .envand edit. Just set up the correct credentials, etc.
.env
Do not forget to run a command php artisan key:generatethat will generate the application key and add it to the file .env.
php artisan key:generate
.env. .
git, .
: .env.example, ( git), .env
Source: https://habr.com/ru/post/1651874/More articles:Cocoapods Intall ERROR: when executing gem (TypeError) - ruby | fooobar.comcopy docker file from one container to another? - dockerКак использовать переменную контроллера Phoenix в JavaScript? - reactjsJavaScript linked list causing garbage collection - javascriptScala immutable map slowly - javaGetting theme colors in a Visual Studio Classifier extension - c #How to reference BrushKey / ColorKey colors for Visual Studio 2013 NewProjectDialog? - c #SQL Query Employee Database - sqlJPA: Singleton Entity - javaWhat does "... paths.js" mean in 'gulp.src ([... paths.js,'! Gulpfile.babel.js '], {base:'. '})'? - javascriptAll Articles