Vugario / laravel_pusher_axios

A Laravel Vue.js project using axios to handle http requests and Vuex to manage state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle http requests in a Laravel Vue.js app with Axios.

A Laravel Vue.js project using axios to handle http requests and Vuex to manage state.

application screenshot

Read the tutorial

Getting Started

Make sure you have npm and composer on your local machine

  1. Clone this repository and cd into it
  2. Run composer install and npm install to download laravel dependencies
  3. Run php artisan key:generate to generate a key for the app
  4. Set up your database in your .env file and run php php artisan migrate --seed
  5. Execute npm run dev to build project assets
  6. Execute php artisan serve to run the project in your browser
  7. See the tutorial for useful notes

Prerequisites

  • Laravel
  • Vue
  • Vuex
  • npm

Built With

  • Laravel - Beautiful Php framework
  • Vue - A Great reactive Js framework
  • Vuex - Vuejs state management made simple
  • Bootstrap - A beautiful css framework
  • Axios - A Js library to handle ajax requests easily

About

A Laravel Vue.js project using axios to handle http requests and Vuex to manage state


Languages

Language:PHP 90.9%Language:HTML 5.7%Language:Vue 3.4%