Platform
Snipe-IT is a Free Open Source (FOSS) project built on Laravel
Good to know: Snipe-IT was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on.
This means that there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any flavor of Linux or OSX as well as Windows, however you are expected to have a decent working knowledge of setting up a web server on a LAMP (or equivalent IIS) stack.
File Structure
Since Snipe-IT is built on Laravel, it follows a standard Laravel MVC file structure. Within the Snipe-IT project, you'll see a public directory. That directory should be set as your document root.
Security
Snipe-IT was built with security in mind. We utilize bcrypt to handle passwords, which is an adaptive hash function based on the Blowfish symmetric block cipher cryptographic algorithm.
These examples are taken from the excellent Storybook Example Design System.
Last updated