bestmomo / laravel5-5-example

Laravel 5.5 example for tutorial
217 stars 122 forks source link

Settings not saving #16

Open lorathon opened 6 years ago

lorathon commented 6 years ago

Thank you for this repo. I am attempting to learn laravel. But I have found an issue. Some of the settings will save and some will not. I am not sure if I did something wrong. I followed the instructions. I am running locally through XAMPP. Everything else seems to be working perfectly. I do not get an error messages. I am getting the successful message after saving.

Application Tab Application Name

Paginations Tab Front - Posts Back - Posts

Comments Tab All Working

Database Tab All Working

Mails Tab Senders email address Sender name

bestmomo commented 6 years ago

Hi,

Thank you for your feedback. I checked all tabs and I got an issue only on Application Name, all other items are working fine for me...

lorathon commented 6 years ago

I could get the mail settings to work by adding the following to the .env file

MAIL_FROM_ADDRESS=null MAIL_FROM_NAME=null

If the MAIL_FROM_NAME has a space it breaks the site (ie: First Last)

Still not sure why the post count will not save.

bestmomo commented 6 years ago

Yes I just saw they are not in the repo .env.example :)

I must add them

bestmomo commented 6 years ago

Changes in this commit.

MarioPerini commented 6 years ago

Paginations Tab Front - Posts Back - Posts

are also not saved in my installation