Skip to content

ErminDedic/laravel-blog

Repository files navigation

Laravel blog for the Web Development project

Installation

  • Clone the repository
  • Run cp .env.example .env
  • Create a database
  • Modify your .env file accordingly (database data)
  • Run composer install
  • Run php artisan migrate --seed
  • Run npm install && npm run dev
  • Run php artisan serve
  • The project will be running on http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published