- readme.md with installation manual
- composer updates
This commit is contained in:
parent
59cf061308
commit
265eca24bd
4
composer.lock
generated
4
composer.lock
generated
|
@ -2187,7 +2187,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/css-selector",
|
"name": "symfony/css-selector",
|
||||||
"version": "v5.1.1",
|
"version": "v5.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/css-selector.git",
|
"url": "https://github.com/symfony/css-selector.git",
|
||||||
|
@ -2775,7 +2775,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mime",
|
"name": "symfony/mime",
|
||||||
"version": "v5.1.1",
|
"version": "v5.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/mime.git",
|
"url": "https://github.com/symfony/mime.git",
|
||||||
|
|
|
@ -37,7 +37,7 @@ Run the database migrations (**Set the database connection in .env before migrat
|
||||||
|
|
||||||
php artisan migrate
|
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 chgrp -R www-data storage bootstrap/cache
|
||||||
sudo chmod -R ug+rwx storage bootstrap/cache
|
sudo chmod -R ug+rwx storage bootstrap/cache
|
||||||
|
@ -49,7 +49,7 @@ Start the local development server
|
||||||
|
|
||||||
## Environment variables
|
## 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.
|
***Note*** : You can quickly set the database information, the solr connection string and other variables in this file and have the application fully working.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user