Giter Site home page Giter Site logo

didi955 / laravel-blog Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 812 KB

Laravel Blog is a project for learning the Laravel framework based on Jeffrey Way's web application from the Laracasts series, Laravel From Scratch. I have developed this application in parallel to this series.

PHP 78.21% JavaScript 0.42% CSS 0.05% Blade 21.32%
laravel

laravel-blog's Introduction

About Laravel Blog

Tests Status CodeFactor codecov

Laravel Blog is a project for learning the Laravel framework based on Jeffrey Way's web application from the Laracasts series, Laravel From Scratch. I have developed this application in parallel to this series.

New features

At the end of the series, I decided to push the project further by implementing new features that were useful and made sense for this project. Here are the major new features :

  • Scheduled Posts
  • Draft Post
  • Customizable Profile (avatar & personal info)
  • WYSIWYG HTML editor for the post's content
  • Administration features (users & categories management)
  • Multiple queued notifications & events
  • Bookmarks system
  • Some security system (password recovery & email verification)

Further Ideas

  • Messages & timezones user's localization
  • Allow registered users to "follow" certain authors. When they publish a new post, an email should be delivered to all followers.
  • Ban system
  • Mobile friendly

Warning

I am aware that the development is not perfect and still has some bugs that may hinder the user's functional experience. That's why the contribution is useful for me because for now, i paused the development of this project.

Prerequisites

  • PHP 8.2+
  • Composer
  • NPM

Installation

  1. Clone the repo
    git clone https://github.com/didi955/Laravel-Blog.git
  2. Install Composer packages
    composer install
  3. Install NPM packages
    npm install
  4. Copy env file
    cp .env.example .env
  5. Configure env file
  6. Generate Key
    php artisan key:generate
  7. Run migration
    php artisan migrate
  8. Build assets
    npm run build / npm run dev
  9. Start dev server
php artisan serve
  1. Run queue workers (dev)
php artisan queue:work --queue=listeners,notifications,default
  1. Setup cron-job every minutes for run posts:publish command

  2. Go to your web browser like : http//127.0.0.1:8080

Contributing

Thank you for considering contributing to this project.

laravel-blog's People

Contributors

didi955 avatar dependabot[bot] avatar stylecibot avatar

Watchers

 avatar

laravel-blog's Issues

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.