Website for the Apostolic Faith Campus Fellowship, FUTA.
- Clone repo by running command
git clone https://github.com/danielcoker/afcffuta.git
- cd into directory.
- Run
composer install
command. This will install all the project dependencies, including Laravel and Passport. - Create a copy of .env file.
cp .env.example .env
- Generate app key.
php artisan key:generate
- Create and empty database
cipefy
and ad database information to .env file. - Run
php artisan migrate
to migrate database. - Run
php artisan serve
to start up the development server.