Skip to content

timtinan37/content-management-system

Repository files navigation

Content Management System

Steps to run :

  1. Clone this repo
  2. Go to project root
  3. Run composer install
  4. Add database credentials on .env file
  5. Run php artisan migrate --seed
  6. Run php artisan storage:link
  7. Run php artisan serve
  8. Go to 127.0.0.1:8000/admin/contents/create to create a content
  9. Log in credentials : Email: admin@example.com Password: password
  10. Landing page: 127.0.0.1:8000

Note : Mysql database is used during development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages