/
Installing OFAS
Installing OFAS
System Requirements
PHP 7.1 >
MySQL Database
Apache Web Server
Configuring *.env file
Copy the provide configuration file.
$cp env.example .env
Set the proper database parameters for DB_DATABASE, DB_USERNAME and DB_PASSWORD.
Install OFAS
$composer install
$php artisan migrate --seed
Setting Admin Password
$php artisan tinker
>>> $user = User::find(1);
>>> $user->password = Hash::make('yourpassword');
>>> $user->save();
Related content
Online Faculty Application System (OFAS)
Online Faculty Application System (OFAS)
Read with this
Getting Started
Getting Started
More like this
Working With the Filter Menu
Working With the Filter Menu
Read with this
Frequently Asked Questions
Frequently Asked Questions
Read with this
Managing Job Applications
Managing Job Applications
Read with this
Arts Faculty Database - Faculty Performance Review
Arts Faculty Database - Faculty Performance Review
Read with this