jedymatt / nnn-certificate

Demonstration on how laravel is integrated with vue.js using inertia.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NNN Certificate

NNN Certificate Generator

Screenshots

image image

Prerequisites

  • XAMPP or Docker
  • Node.js

Run Locally

Clone the project

git clone https://github.com/jedymatt/nnn-certificate.git

Go to the project directory

cd nnn-certificate

Add .env file

cp .env.example .env

Install the dependencies

composer install
npm install

Recompile assets

npm run dev

Populate the tables to the database

php artisan migrate

Generate app key

php artisan key:generate

Start the server

php artisan serve

Authors

About

Demonstration on how laravel is integrated with vue.js using inertia.js


Languages

Language:PHP 85.0%Language:Vue 10.8%Language:JavaScript 2.5%Language:Shell 0.9%Language:CSS 0.5%Language:Blade 0.3%Language:Procfile 0.0%