Skip to content

2gbeh/marina-cms

Repository files navigation

Logo

Marina CMS

Multi-Tenant Enterprise Application Software

PHP MySQL Laravel

Laravel Bootstrap Render

Setup

# clone project repository
$ git clone https://github.com/2gbeh/marina-cms.git
# navigate to project folder
$ cd marina-cms
# install dev dependencies 
$ npm install
$ composer install
# copy environment vars
$ cp .env.example .env
# generate new app key
$ php artisan key:generate
# execute database migrations
$ php artisan migrate
# start dev servers
$ npm run dev
$ php artisan serve

Usage

Local: http://localhost:8000

Live: https://marina-cms.onrender.com

Documentation

Screenshots

Social Preview