Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
/ LaraWebEd Public archive

A Laravel bootstrap CMS. Support manage pages, posts, products, categories, product categories, custom fields, settings, multi languages.

License

Notifications You must be signed in to change notification settings

duysolo/LaraWebEd

Repository files navigation

Welcome to LaraWebEd! - A CMS build on Laravel

Try WebEd CMS version 3 at:

https://github.com/sgsoft-studio/webed

A starter CMS for Laravel

I have write a CMS for this framework, Support multi language. I'm writing some other feature: ecommerce, manage orders, checkout... I hope it can helps you more for start a new project. If you need more support, please feel free to contact me via:

LaraWebEd is always free.

Some features of this CMS:

  • Manage page, post, product, category, product category.
  • Manage file by el-finder.
  • Manage page template.
  • Handle custom fields (demo: https://www.youtube.com/watch?v=8ku2yaByYMI)
  • User management.
  • User roles: webmaster, admin, staff in backend.
  • Menu management with drag & drop.
  • Options.
  • Multi language.
  • Manage user feedbacks.
  • Manage product attributes.

Documents

On this projects, I use the latest Laravel version (currently 5.2). Please go to laravel documentation page to check your system requirements.

Checkout project

git clone git@github.com:duyphan2502/LaraWebEd.git

Run composer

composer install

Import the database

You can see the database file in resources/db/mine_laracms.sql

Create .env file

APP_ENV=local

APP_DEBUG=true

APP_KEY=base64:qB5Ok2LCGmNvaAHF4OofNIC04/Kz4c497qxSWojN3tg=

APP_ADMINCPACCESS=admincp

DB_CONNECTION=mysql

DB_HOST=localhost

DB_DATABASE=your_database_name

DB_USERNAME=your_database_user

DB_PASSWORD=your_database_password

DB_PORT=your_database_port

MAIL_GLOBAL_FROM_ADDRESS=admin@larawebed.com

MAIL_GLOBAL_FROM_NAME=LaraWebEd

MAIL_DRIVER=smtp

MAIL_HOST=smtp.gmail.com

MAIL_PORT=465

MAIL_USERNAME=your_email

MAIL_PASSWORD=your_email_password

MAIL_ENCRYPTION=ssl

RECAPTCHA_SITE_KEY=6Lfy4hYTAAAAABIGAFmHHScJ_lUZR7UuzD7MoXDO

RECAPTCHA_SECRET_KEY=6Lfy4hYTAAAAAGTRaZggVzW_PAyVxmGguw8uSWyH

Note

  • This site can only be run at domain name, not folder link.
  • On your localhost, setting virtual host. Something like

larawebed.mydev.local

is ok. Cannot use as

localhost/larawebed/...

Follow these steps to see how to config virtual host: Virtual host

Well done! Now, you can login to the dashboard by access to your_domain_site/admincp

Username: webmaster

Password: PassCuaDev@2015

Enjoy!

Star for me if this cms helps you a lot!

Table of contents

About

A Laravel bootstrap CMS. Support manage pages, posts, products, categories, product categories, custom fields, settings, multi languages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published