serayusoft/serayucms

CMS with Laravel Framework.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

0.1.0 2016-10-17 19:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:30:03 UTC


README

This is an implementation of Content Management System based on Laravel 5.2

System Requirements

Serayucms is designed to run on a machine with PHP 5.5.9 and MySQL 5.5.

  • PHP >= 5.5.9 with
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
  • Composer installed to load the dependencies of Serayucms.

Installing

Please check the system requirements before installing Serayucms.

  • You may install by cloning from github, or via composer.
    • Github:
      • git clone git@github.com:serayusoft/serayucms.git
      • From a command line open in the folder, run composer install.
    • Composer:
      • composer create-project serayusoft/serayucms --prefer-dist website
  • Enter your database details in .env file on root folder.
  • Publish and seed
    • php artisan migrate --seed to setup your database.
  • You can contigure mail server details in config/mail.php.
  • You can configure the site in the config folder before production.
  • Finally, setup an Apache VirtualHost to point to the "public" folder.
  • For development, you can simply run php artisan serve

Administrator Login

  • Url: sites-public-url/administrator
  • Superuser :

License

Serayucms is open-sourced software licensed under the MIT license.