Deploy dev.poianafermecata.ro 1. Unzip this archive on the server. 2. Point the subdomain document root to the public/ folder. 3. Create the .env file on the server. Minimum important values: APP_URL=https://dev.poianafermecata.ro APP_ENV=staging APP_DEBUG=true DB_* values for the server database 4. Run, from the project root: php artisan key:generate --force php artisan storage:link php artisan config:clear php artisan cache:clear php artisan route:clear php artisan view:clear 5. If the database is empty, run the needed migrations/seeders/imports. Notes: - The archive does not include .env, node_modules, .git, local logs or caches. - vendor/ is included, so composer install should not be required for a quick unzip deploy. - public/storage is not included as a local absolute symlink. Recreate it with php artisan storage:link.