﻿# ShulePoint Migration Package

## Upload Instructions:

1. Extract this archive
2. Upload/copy these files to your Laravel project root:

   - .env            → Replace your existing .env file
   - .htaccess       → Place in your Laravel project root (alongside artisan)
   - public/.htaccess → Replace your existing public/.htaccess
   - public/migrate.php → Place in your public/ directory

3. Visit: https://shule.zillahtechnologies.co.ke/migrate
4. The page will automatically run all migrations and seeders
5. DELETE public/migrate.php after successful setup!

## Database Config:
- Database: zillahte_shule1
- Username: zillahte_shule1
- Password: Root@Zillah1!

## Admin Login (after migration):
- Email: admin@shulepoint.ke
- Password: admin123

## Troubleshooting:
- If you get 500 error, ensure vendor/ folder exists on your server
- Run 'composer install' if vendor/ is missing
- Check .env file permissions (644)
