A Content Management System (CMS) built with PHP Laravel
- Clone the repository
git clone https://github.com/optimumweb/mason.git
- Create a
.envfile from.env.example
cp .env.example .env
- Enter your database information in the
.envfile
Look for the following variables:
DB_DATABASE, DB_USERNAME, DB_PASSWORD
- Install composer dependencies
composer install
- Complete full setup
php artisan mason:setup
- Deploy app
php artisan mason:deploy
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.
Mason and the Laravel framework are open-sourced software licensed under the MIT license.