This is a web-based application for UNSAP's student admission process (PMB) for academic.
- PHP 8.1.4
- Laravel 8.30
- ServBay/MAMP/WAMP Server
- Composer
- PHP >= 8.1.4
- Clone the repository
git clone https://github.com/yourusername/pmb-unsap.git
- Install Composer dependencies
composer install
- Copy
.env.example
to.env
cp .env.example .env
- Generate application key
php artisan key:generate
- Run migrations
php artisan migrate
- Start the development server
php artisan serve
Contributions are welcome. Please follow these steps:
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request