I already have cPanel access to a Linux server and need a clean Laravel install up and running quickly. Your task is to drop in the latest stable Laravel release, configure the .env file so it talks to my MySQL database, and make sure everything sits in the proper public folder path that cPanel uses. Once the framework is live I also want a tiny proof-of-concept: a “users” module CURD that lets me create, read, update and delete records. A simple Blade view and controller is fine—nothing fancy, just enough for me to see database connectivity, routing and validation working. Please handle any server tweaks the install expects (composer, PHP extensions, correct PHP version switch in cPanel, permissions, artisan key:generate, storage link, etc.). When you’re done I should be able to visit /users in the browser, add a test user and see it listed. Deliverables: • Fully functioning Laravel install on my cPanel account • Configured .env with database credentials (placeholders are okay; I’ll replace) • User CRUD sample (model, migration, controller, Blade views) committed to the project • Quick note of the steps you took so I can repeat them on future servers If this is something you’ve done dozens of times, I’d love to work with you.