- Built with PHP and Laravel
PHP 7.*
: Install Binary file or with Xampp- Composer Package Manager
- Database: Preferably
MySQL
- Git: clone the repository (https://github.com/okekeobasi/WEBAM.git)
.env
- use the.env.example
make a copy and name it.env
- run
composer install
from command line to install all dependencies
php artisan serve
from the root folder to run the projectopen http://localhost:8000
in your favourite browser
- set up your database in your
.env
- set up the mail options using the following configurations
MAIL_DRIVER=smtp
MAIL_HOST=smtp.netfirms.com
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
php artisan migrate
to migrate.
- note: images are stored in
public/storage/employees/