Install Laravel Project on Shared Hosting

Заказчик: AI | Опубликовано: 09.03.2026

I already have a fully-built Laravel application, a configured MySQL database, and an active domain pointing to my shared hosting account. What’s missing is the actual deployment. The job is to: • Upload the project to the server (cPanel access provided) • Run Composer to pull in dependencies and optimise autoload • Configure .env with my existing database credentials and mail settings • Set the correct file and folder permissions so storage and cache work smoothly • Point the public directory to the domain’s root or set up an .htaccess rule, whichever is cleaner • Verify that every route loads without errors and that database reads/writes succeed Once the site is reachable at the domain and the standard Laravel health checks pass, the task is complete. A short hand-over note outlining the steps you took will help me maintain the install later.