Giter Club home page Giter Club logo

blog's Introduction

Laravel 5.7 Blog application with CMS

Setup:

1. Clone the repository

git clone https://github.com/Bellov/blog

2. Configure PostgreSQL database

  • Create a database named blog_cms.

Command line:

psql postgres
CREATE DATABASE blog_cms
GRANT ALL PRIVILEGES ON DATABASE blog_cms TO your 'user name';
\q

3. Run the application

Mac Os, Ubuntu and windows users continue here:

  • Open the console and cd your project root directory
composer install
php artisan key:generate
  • Then open database.php and .env and change username and password as per PGSQL installation.
DB_CONNECTION=pgsql
DB_HOST=hostname
DB_PORT=5432
DB_DATABASE=Your database name
DB_USERNAME=Your database username
DB_PASSWORD=Your database password
php artisan migrate
php artisan db:seed
php artisan serve

Tools:

Mailchimp

Disqus

You can now access the project at localhost:8000

Home Page

Login to Blog CMS


Admin login credentials

email password
[email protected] password

! [Screenshots] (Screenshot-2018-10-21-at-19-00-03 Screenshot-2018-10-21-at-19-00-25

Screenshot-2018-10-21-at-19-00-46 Screenshot-2018-10-21-at-19-02-48

Screenshot-2018-10-21-at-19-03-29 Screenshot-2018-10-21-at-19-03-44

Screenshot-2018-10-21-at-19-04-01 Screenshot-2018-10-21-at-19-05-27

)

blog's People

Contributors

bellov avatar

Watchers

James Cloos 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.