serayusoft / serayucms by serayusoft

CMS with Laravel Framework.
13
1
1
Package Data
Maintainer Username: serayusoft
Package Create Date: 2016-09-10
Package Last Update: 2016-10-19
Language: JavaScript
License: MIT
Last Refreshed: 2024-04-23 03:15:23
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 1
Total Open Issues: 0

Serayucms

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 :
    • Username : admin@admin.com
    • Password : admin

License

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