Skip to content

optimumweb/mason

Repository files navigation

Mason

A Content Management System (CMS) built with PHP Laravel

How to Install

  1. Clone the repository

git clone https://github.com/optimumweb/mason.git

  1. Create a .env file from .env.example

cp .env.example .env

  1. Enter your database information in the .env file

Look for the following variables:

DB_DATABASE, DB_USERNAME, DB_PASSWORD

  1. Install composer dependencies

composer install

  1. Complete full setup

php artisan mason:setup

  1. Deploy app

php artisan mason:deploy

Security Vulnerabilities

If you discover a security vulnerability within Mason, please send an e-mail to Jonathan Roy via jroy@optimumweb.ca. All security vulnerabilities will be promptly addressed.

License

Mason and the Laravel framework are open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors