All Projects → MirShaon → Blog-laravel

MirShaon / Blog-laravel

Licence: MIT License
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to Blog-laravel

Forum-Advanced
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.
Stars: ✭ 14 (-70.83%)
Mutual labels:  summernote, mailtrap
hugo-dream-plus
🌈 An upgraded version of the Hugo "Dream" theme with tons of new features.
Stars: ✭ 67 (+39.58%)
Mutual labels:  disqus
summernote-themes
Addon Themes for Summernote Lite WYSIWYG Editor
Stars: ✭ 42 (-12.5%)
Mutual labels:  summernote
mailchimp-transactional-python
The official Python client library for the Mailchimp Transactional API
Stars: ✭ 26 (-45.83%)
Mutual labels:  mailchimp
mailchimp-marketing-python
The official Python client library for the Mailchimp Marketing API
Stars: ✭ 66 (+37.5%)
Mutual labels:  mailchimp
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+20.83%)
Mutual labels:  disqus
cusdis
lightweight, privacy-friendly alternative to Disqus.
Stars: ✭ 1,996 (+4058.33%)
Mutual labels:  disqus
magento2-mandrill
Mandrill integration for Magento 2.
Stars: ✭ 35 (-27.08%)
Mutual labels:  mailchimp
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (+0%)
Mutual labels:  disqus
mailchimp
A basic Elixir wrapper for version 3 of the MailChimp API
Stars: ✭ 42 (-12.5%)
Mutual labels:  mailchimp
mailchimp-transactional-php
The official PHP client library for the Mailchimp Transactional API
Stars: ✭ 24 (-50%)
Mutual labels:  mailchimp
mailchimp-mailer
Provides Mailchimp integration for Symfony Mailer
Stars: ✭ 20 (-58.33%)
Mutual labels:  mailchimp
gatsby-plugin-disqus
💬 A plugin for adding Disqus comments to GatsbyJS
Stars: ✭ 40 (-16.67%)
Mutual labels:  disqus
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+387.5%)
Mutual labels:  disqus
bulk-mail-cli
Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
Stars: ✭ 88 (+83.33%)
Mutual labels:  mailchimp
kunnan.github.io
@zhangkn
Stars: ✭ 13 (-72.92%)
Mutual labels:  disqus
wemail
Send Affordable Bulk Email Campaign Through WordPress
Stars: ✭ 19 (-60.42%)
Mutual labels:  mailchimp
Disqus.NET
Disqus API for .NET
Stars: ✭ 13 (-72.92%)
Mutual labels:  disqus
mailchimp-marketing-ruby
The official Ruby client library for the Mailchimp Marketing API
Stars: ✭ 25 (-47.92%)
Mutual labels:  mailchimp
summernote-image-title
Summernote plugin to edit an image title and alt attributes
Stars: ✭ 22 (-54.17%)
Mutual labels:  summernote

Blog-laravel

This is built on Laravel Framework 5.5. This was built for demonstrate purpose.

Installation

Clone the repository-

https://github.com/hpez/Blog-laravel.git

Then cd into the folder with this command-

cd Blog-laravel

Then do a composer install

composer install

Then create a environment file using this command-

cp .env.example .env

Then edit .env file with appropriate credential for your database server. Just edit these two parameter(DB_USERNAME, DB_PASSWORD).

Then create a database named blog and then do a database migration using this command-

php artisan migrate
php artisan db:seed

At last generate application key, which will be used for password hashing, session and cookie encryption etc.

php artisan key:generate

Run server

Run server using this command-

php artisan serve

Then go to http://localhost:8000/admin/dashboard from your browser and see the app admin. (Username: [email protected], Password: password

Then go to http://localhost:8000 from your browser and see the app.

Ask a question?

If you have any query please contact at [email protected]

Screenshot

Home Page Front Page Category Category Posts NewsLetter Subscribe Blog Footer Search Page Category Post page Single Post Page Share Tag Posts Comments Section admin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].