Git Product home page Git Product logo

blogy's Introduction

About Blogy

Blogy is a web application built with Laravel framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling.

Demo

demo.mp4

have some features, such as:

  • Connect your application to the database .
  • use query builder to implement the crud operations to your posts blog (Create, Show, Delete, List all).
  • All Posts is a link that redirect back to /posts route.
  • Use blade layout to not duplicate navbar across view files.
  • When submitting a form make sure to redirect back to /posts route.
  • When i Click on Delete you must show a warning before deleting and i choose between yes to confirm Delete or no. .
  • create Post model and create posts table using migration files.
  • use the user model --> as the post creator (foreign key).
  • Implement the Crud Operations using the Resource Controller and Model
  • Apply the validation on the request data for both store and update method.
  • display the created at and updated at dates in well format using carbon package .
  • use the pagination in displaying the posts
  • Use php artisan ui:auth , to scaffold the auth page
  • Add Authentication middleware on all posts routes , and make anyone who isn’t authenticated to redirect back to login page.
  • Make our post have slug , using this package ( the slug will be generated from the post title , users aren’t allowed to fill slug or send it in the request , search for $request->validated()or $request->only().
  • Upload image to post , and validate extensions are only(.jpg, .png) , and use Storage to store and show images also when updating post we remove the old image, and when deleting we remove the image also.
  • create apis for your Posts application.
  • use sanctum package to authenticate the store , update apis routes.
  • apply login with github. Laravel is accessible, powerful, and provides tools required for large, robust applications.

blogy's People

Contributors

mo-abdelazem 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.