-
-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Milestone
Description
Winter CMS Build
1.1
PHP Version
8.0
Database engine
MySQL/MariaDB
Plugins installed
Winter.Sitemap, Winter.Pages, Winter.TinyPNG, Winter.Translate
Issue description
I want a local database and a live database.
When running php artisan winter:env in my CMDline, the website stops working and the pages return '500 internal server error'.
Documentation: https://wintercms.com/docs/setup/configuration#dotenv-configuration
Steps to replicate
Run the following command in the CMD: php artisan winter:env
Workaround
No response
Any further details?
I looked at the changes in my files, using Visual Studio Code - Source Control, and this was broken. I fixed it but I am still getting 500 error.
It is now: 'database' => env('DB_DATEBASE', base_path('storage/database.sqlite')),
