ignatius-mbugua / laravel-vue-articles

Simple project using Laravel, VueJS and FetchAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple project using Laravel, VueJS and FetchAPI


Languages

Language:PHP 78.9%Language:Blade 15.7%Language:Vue 4.8%Language:Shell 0.7%