Giter VIP home page Giter VIP logo

laravel-blog's Introduction

Demo

bandicam.2023-04-01.09-26-45-403.mp4

Description

This is a simple blog posts project built with Laravel. It allows users to make CRUD operation on posts beside each user has profile page to edit his info.

Featuers

  • Ability to delete posts using the soft delete technique, as well as the restore them
  • A slug is created for each post to enhance SEO.
  • Users can upload an image for each post.
  • Users can put comment on others posts .
  • Tags can be added for each post.
  • A scheduled job is implemented to delete old posts that are created two years ago at midnight.
  • Every post has a unique title using the validation rules.
  • Login using Github and Google to demonstrate concept of OAuth
  • Each user has a limited number of posts 3 posts as a custom rule validation.
  • Each user can upload his image using the media library.
  • Users can update their information such as name, email, address, and photo

Api

Method End Point Function
GET /posts get all posts
GET /posts/{post} get post details
POST /posts create post
PUT /posts/{post} update post

used Packages

Packages Name For
Laravel Ui authentication
eloquent-sluggable creation of slugs
laravel-tags taggable behaviour

Laravel Logo

laravel-blog's People

Contributors

mohamedyousef44 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.