Code Monkey home page Code Monkey logo

blog's Introduction

Blog (using laravel 10.0 || for begineer - intermediate)

Overview

Blog is a fully functional blog management web app, which is built using laravel v10.0 as a backend framework, used tailwing v2.0 and alpine.js v3.0 for handling frontend stuff. It can manage posts, with some great functionality like WYSIWYG text editor, save as draft feature, dynamic filtering options with search and category dropdown.

I built this project following this awesome tutorial by @jeffrey_way, by following this series you learn a lot about the basics of laravel , that you may did'nt discovered before. highly recommended for beginner of laravel.

I completed this project by adding all features listed in this readme.md file. so after completing the series, while doing the additional features , if you find yourself stuck any where or don't have idea how to start , follow the commits provided in this repo , and you're good to go.

Prerequisites

You need to have installed the following software:

  • PHP 8.3.0
  • Composer 2.5.0
  • MySQL 8.2.0

Features

  • Manage Blogs
  • Save as draft (to publish it later)
  • Follow/Unfollow Authors ( follow any author to receive email notifications when they publish new blog.)
  • Post Publish Notification
  • Bookmark posts ( if you enjoy reading any post then bookmark it to read it later. )
  • RSS feed reader

Installation

Follow these steps to set up a development environment:

  1. Clone the repository

    git clone https://github.com/JaiveerChavda/blog.git
  2. Install dependencies

    composer install
  3. Duplicate the .env.example file and rename it to .env

    cp .env.example .env
  4. Generate the application key

    php artisan key:generate
  5. Run migration and seed

    php artisan migrate --seed
  6. Run the application

    php artisan serve

Before Starting

Authentication Details

Register yourself and you will get able to access dashboard.

click on you name in the upper right corner and you will able to see link to dashboard page

Use username:admin and email as [email protected] while registration, to get admin privileges.

image

Configure Mail Driver

configure your mail mailer and host in .env file.

Publish Post

before you publish post(create) please start queue:work

php artisan queue:work

Give Feedback ๐Ÿ’ฌ

Give your feedback on @JaiveerChavda

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.