Skip to content

SreejithEzhakkad/laravel-vue-inertia-bootstrap-app

Repository files navigation

About this App

This is a simple web application developed using Laravel 9, Vue.js 3(also Vuex 4), Inertia.js, and Bootstrap v5.1. This application includes authentication and a simple CRUD.

I have hosted this application in Heroku. Please find it here.

https://laravel-vue-inertia.herokuapp.com

Credentials: Email: mail@sreejith.co Password: Pa$$w0rd!

Installation

Clone the repository.

$ git clone git@github.com:SreejithEzhakkad/laravel-vue-inertia-bootstrap-app.git

Create a MySQL database. Copy .env.example to .env and change values. Do the following

$ composer install

$ npm install

$ npm run production

$ php artisan migrate

$ php artisan serve