/laravel-vue-articles

Simple project using Laravel, VueJS and FetchAPI

Primary LanguagePHP

Laravel+VueJS Simple Blog Application

This is a simple project which utilizes both Laravel, VueJS and FetchAPI

Installation

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • Run npm install