diff --git a/composer.lock b/composer.lock index 80a66fc..fe2fb16 100755 --- a/composer.lock +++ b/composer.lock @@ -2187,7 +2187,7 @@ }, { "name": "symfony/css-selector", - "version": "v5.1.1", + "version": "v5.1.2", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -2775,7 +2775,7 @@ }, { "name": "symfony/mime", - "version": "v5.1.1", + "version": "v5.1.2", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", diff --git a/readme.md b/readme.md index 073fecd..23e9152 100755 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ Run the database migrations (**Set the database connection in .env before migrat php artisan migrate -Grant folder permissions (**Set the database connection in .env before migrating**) +Grant folder permissions for webserver user sudo chgrp -R www-data storage bootstrap/cache sudo chmod -R ug+rwx storage bootstrap/cache @@ -49,7 +49,7 @@ Start the local development server ## Environment variables -- .env - Environment variables can be set in this file +- `.env` - Environment variables can be set in this file ***Note*** : You can quickly set the database information, the solr connection string and other variables in this file and have the application fully working.