Malaya Wa Tz Rahatupu Blog Install -
Your theme controls the look and feel of your blog.
Create /etc/nginx/sites-available/mwtrblog.conf : malaya wa tz rahatupu blog install
server jpeg
Enable and test:
sudo ln -s /etc/nginx/sites-available/mwtrblog.conf /etc/nginx/sites-enabled/
sudo nginx -t # syntax check
sudo systemctl reload nginx
php artisan migrate --force
php artisan db:seed --force # optional: inserts default admin user & sample posts
Tip: The default admin credentials are
admin@example.com/admin123. Change the password immediately after first login (via the admin UI → Users → Edit). Your theme controls the look and feel of your blog
