Laravel deployment requires correct document root, environment configuration, storage permissions and scheduled tasks.
Deploy #
- Upload the project outside or within the assigned application directory.
- Point the public document root to Laravel's public folder where supported.
- Create the database and update .env.
- Install production Composer dependencies.
- Generate the application key if required.
- Run migrations carefully.
- Link storage.
- Set permissions for storage and bootstrap/cache.
- Cache production configuration.
- Add scheduler cron if used.
Security #
Important: The .env file and vendor development tools must not be publicly accessible.
Need Help? #
If you still need assistance, open a support ticket through your Vertico client account and include the affected domain or email address, a screenshot of the error, and the approximate time the problem occurred. Never send passwords by email or support ticket.
