Git Product home page Git Product logo

larawebed's Introduction

Welcome to LaraWebEd!

Hey! I'm a front-end developer and newbie in PHP and Laravel. I have just learn Laravel for a few month (just 5 ~ 6 months). I have write a CMS for this framework, something like WordPress lol. Support multi language. I hope it can helps you more for start a new project. If you need more support, please feel free to contact me via:


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 [email protected]: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=[email protected]

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

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

Username: webmaster

Password: PassCuaDev@2015

Demo site

Checkout branch demo-blog for a demo blog site.

Enjoy!

#####Please star for me to make me happy and continue to develop this cms <3. I always try my best!

####About the future I'm creating a ecommerce site with this cms. I will release that site for all of you when done.

larawebed's People

Contributors

duyphan2502 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.