Skip to content

waleed120191/Medium-Article

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Medium-Article

  • Admin panel to post articles.
  • Ability to add one or more photos to the article.
  • Tag Articles
  • Frontend to list and display article.

Configuration

  • Database config in .env file.
  • php artisan serve on command line.
  • php artisan migrate:refresh --seed on command line will create sample users by seed.

Tech

  • Database migrations and seeds (Use Faker library to create dummy data)
  • CRUD and Resource Controllers
  • Form Validation and Requests
  • Use of Jquery
  • Tailwindcss as a CSS framework.
  • Testing