- PHP: 8.1 or higher
- Composer: Latest version
- Laravel: 10 or higher
- MySQL: 5.7 or higher
- Node.js (optional for frontend assets)
git clone https://your-repo-url.git cd your-project
composer install
cp .env.example .env
php artisan key:generate
DB_DATABASE=your_database_name DB_USERNAME=root DB_PASSWORD=
php artisan migrate
php artisan storage:link
php artisan serve
- Use PHP 8.1+
- Keep assets inside public/ folder
- Always use asset() helper for CSS, JS, images
- File names are case-sensitive
- Configure .env properly before running project
php artisan route:list php artisan config:clear php artisan cache:clear php artisan view:clear
Project is ready to run 🚀