Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sreejithezhakkad/laravel-vue-inertia-bootstrap-app

Laravel 9 App with Vue.js 3, Vuex 4, inertia.js, and Bootstrap 5
https://github.com/sreejithezhakkad/laravel-vue-inertia-bootstrap-app

bootstrap5 inertiajs laravel laravel9 vue vue3 vuejs vuex vuex4

Last synced: 3 days ago
JSON representation

Laravel 9 App with Vue.js 3, Vuex 4, inertia.js, and Bootstrap 5

Awesome Lists containing this project

README

        






## 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: [email protected]
Password: Pa$$w0rd!

- [Laravel](https://laravel.com/docs/9.x)
- [inertia.js](https://inertiajs.com)
- [Vue.js](https://vuejs.org/guide/introduction.html)
- [Vuex](https://vuex.vuejs.org)
- [Bootstrap](https://getbootstrap.com/docs/5.1)

## Installation

Clone the repository.

`$ git clone [email protected]: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`