Skip to content

PHP Laravel Livewire - Website weeding invitation / undangan pernikahan using framework laravel

Notifications You must be signed in to change notification settings

codelogydev/wedding-invitation

Repository files navigation

Installation

Setup this repository first

Usage

git clone https://github.com/codelogydev/wedding-invitation
cd wedding-invitation

Setup Laravel Packages and Migrations

Make sure you do this before setup on bash

  • PHP version is on version 8
  • .env File is available or exists
  • Change database config on .env file
  • Composer installed

Bash Usage

composer install
cp .env.example .env
php artisan key:generate
npm install && npm run dev
php artisan migrate:fresh --seed
php artisan serve

landing page with guest name

http://wedding-invitation.test/?to=Dani+Sofyan

login

http://wedding-invitation.test/admin
E : admin@codelogy.dev
P : 123qweasd

DEMO

http://wedding.codelogy.dev/?to=Dani+Sofyan

http://wedding.codelogy.dev/admin
E : admin@codelogy.dev
P : 123qweasd