Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Further steps:
- Configure the ```Laravel Echo``` instance in ```resources/assets/js/bootstrap.js```, starting line 41.
- Run ```php artisan queue:work``` to allow jobs, queued mail and event broadcasting to function.

Note:

This application uses some PHP 7's syntax. Version below 7 is not supported.

## Commands
There are a couple of commands for use with this application:
- When the 'to-be' Administrator registers for an account, it is necessary to execute the ```alter:role``` command via command line, after they have registered, passing in the id of the ```User``` and the role (i.e. ```admin```). Eg. ```php artisan alter:role 1 admin```. This is currently the only logical way of elevating a specific user, when no other ```admin```s exist.
Expand Down