Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.92 KB

README.md

File metadata and controls

73 lines (39 loc) · 1.92 KB

Ready to Use Webcore as Website CMS

This is Webcore Sample already relayouted in pages and data sources form for better user experience,

using https://github.com/dandisy/elogui or https://github.com/dandisy/webcore-presentation

Installation

Copy and paste in terminal line by line, just hit Enter key

  • Using Git

      git clone https://github.com/dandisy/webcore-cms.git
    
      cd webcore-cms
    
      composer install
    
      cp .env.example .env
    

Make sure your server, create "webcore-cms" database, edit .env using your favorite editor, for example using nano editor copy and paste this in terminal, and hit Enter key

sudo nano .env

import "webcore-cms.sql file included to your database

then

php artisan key:generate

Now you can browse to

http://localhost/webcore-cms/public
or
http://localhost/webcore-cms/public/admin

Default users are

- superadminstrator@app.com
- administrator@app.com
- user@app.com

with default password is password

Screenshots

  • Sample front page

sample front page

  • Login page

login page

  • Admin page

Webcore Admin Dashboard

Webcore Page Presentation

Webcore Datasource Elogui

admin page 2

admin page 3

admin page 4

by dandi@redbuzz.co.id