ScarecrowBlog personal blog system is a personal blog developed using PHP+MYSQL. The framework Laravel5.8 is suitable for novices to learn, or for individuals to build blogs and websites.
ScarecrowBlog personal blog system architecture This blog is developed using the former Laravel framework.
Front-end address: http://host/
Backend address: http://host/back/index
Backend initial account: scarecrow
Backend initial password: 123456789
1. Download this blog and unzip it to the server root directory.
2. Run composerinstall in the directory
3. Specify the domain name to the public directory
Configure mail-related configurations in the .env file (QQ’s SMTP protocol is used by default) [email protected][email protected]_FROM_NAME=ScarecrowMAIL_PASSWORD=xxxxxxxxxMAIL_ENCRYPTION=SSL
This configuration is to configure the filtering source website. Only the website configured here can request resources (that is, enter the domain name of your blog, or you can use multiple ones to separate them) ALL_GET_SRC_HOST_LIST=blog.scarecrow.top,www.scarecrow .top,www.blog.com
Screenshot of ScarecrowBlog personal blog system