ignatius-mbugua / laravel-crud-axios

Simple CRUD API built with Laravel VueJS and Axios

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 Axios

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 CRUD API built with Laravel VueJS and Axios


Languages

Language:PHP 79.2%Language:Blade 15.7%Language:Vue 4.5%Language:Shell 0.7%