Production setup
================

1. Upload the whole project to your server.
2. Copy this file to the project root and rename it to .env:

   deploy/.env.production  -->  .env

3. Edit .env and set app.baseURL to your live URL (with trailing slash).
4. Run on server (optional): php spark key:generate
   Then copy the new encryption.key into .env.
5. Import bhargavi_studio.sql into database royalitpark_bhargavi in cPanel/phpMyAdmin.

Do not commit .env to public git repos.
