承接 gajendrajain20/laravel-pioneer-cms 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gajendrajain20/laravel-pioneer-cms

Composer 安装命令:

composer create-project gajendrajain20/laravel-pioneer-cms

包简介

Pioneer CMS for Laravel: To provide a platform for commencing your journey in CMS for Laravel.

README 文档

README

PHPPackages Rank

Pioneer CMS for Laravel : To provide a platform for commencing your journey in CMS for Laravel.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purpose.

Prerequisites

What things you need to install the application

composer

Installing

A step by step series of examples that tell you how to get a development environment running

Open your php.ini (from your 'xampp/php/' directory) & remove semicolon i.e. ';' from the line

;extension=php_fileinfo.dll

Self update the composer

$ composer self-update

Run the command in terminal

$ composer create-project gajendrajain20/laravel-pioneer-cms

Update your .env file

DB_HOST=127.0.0.1
DB_DATABASE=homestead
DB_USERNAME=root
DB_PASSWORD=secret

Create an empty database & update the database name & password in .env file.

Create a Re-captcha key & put it in your .env file under following key

'G-RECAPTCHA-SECRET'

Dump the autoload file using composer

$ composer dumpauto

Run the command in root directory.

$ composer update

Run the command in root directory.

$ php artisan migrate --seed

Create a new virtual host entry for this application in your httpd-vhosts.conf file.

<VirtualHost *:80>
    ##ServerAdmin webmaster@dummy-host.example.com
    ServerName www.pioneercms.com
    ServerAlias pioneercms.com
    DocumentRoot "D:\xampp\htdocs\projects\laravel-pioneer-cms"
    <Directory "D:\xampp\htdocs\projects\laravel-pioneer-cms">
        Options -Indexes +FollowSymLinks +MultiViews
        AllowOverride All
        Require all granted
    </Directory>
    ##ErrorLog "logs/dummy-host.example.com-error.log"
    ##CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>

Note: set the DocumentRoot & Directory path to only laravel-pioneer-cms folder only... don't set it to the public folder

Create a new entry in your hosts file like this:

127.0.0.1   pioneer.com

For Adding Comments functionality in website

Signup on IntenseDebate & add a new blog/site from sites dropdown in header. Provide your site url in the given box & click on next step, then click on generic install. Then copy the code provded in sidebar & paste it in the following file:

..\resources\views\templates\default\intense-debate-script.blade.php

First Usage Instructions

  1. After installing open login using the given creadentials:

Screenshots

Posts

Alt text

Settings

Alt text

Front-end

Alt text

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone who's code was used

统计信息

  • 总下载量: 41
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-04-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固