Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

emejiasc85/square1_blog

Repository files navigation

Square1 Blog

Requeriments

The current project requeriments are:

  • PHP >= 7.3
  • MySql version >= 8.0.22.
  • Laravel version >= 8.

how to install?

  • Clone this repository.
  • Run composer install
  • Create a local database
  • Create a local tests database
  • Create a .env File, based on .env.example file
  • Config .env File
  • Run php artisan test to test the project
  • Run php artisan migrate
  • Run php artisan db:seed --class=UserTableSeeder to insert the admin user
  • Run php artisan posts:sync to get posts from the ahother web platform (need first run the user seed)
  • Run (Optional) php artisan db:seed --class=PostTableSeeder if you need to see pagination and filter functionalities

Thanks for your time, all feedback is welcome.

About

Web blogging platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors