Skip to content
dps.lwk edited this page Dec 24, 2018 · 10 revisions

Version 2 of the Hackspace Management System will be written from the ground up in Laravel. If you would like to help, please see the How to Contribute page.

You can also attend on of the Software Team's hack days.

Development is still in the early stages, so there is not much information on how to install the system yet.

The development information is broken down into sections, accessible from the right hand menu.

How to Contribute

Information on how to contribute to this project, including setting up a development environment and meeting with the team

Users & Permissions

Details of the User and Profile tables, and how they relate to one another. The permission system in use is also covered, with information on how to use it

The Frontend

Our frontend is based on Bootstrap 4. Find details on how we have implemented this here.

Application Structure

Where do you put those files? Fat or thin controllers? This section covers that and more.

Database & ORM

We use the Doctrine object relational mapper (ORM) for connection to the database. Details of how to use this, as well as implementation specific information is contained here.

Our Roadmap

Where are going? Our roadmap.

Clone this wiki locally