Follow these steps to clone and run a Laravel 12 project from GitHub.
1. Clone the Repository
2. Install PHP Dependencies
3. Environment Setup
Edit .env
to match your database configuration.
4. Run Migrations
5. Install Node Dependencies & Build Assets
6. Storage Link
7. Serve the Application
Now open http://127.0.0.1:8000 in your browser. 🚀