Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

wukinnin/vehicleCRUD

Repository files navigation

Laravel App with Livewire and Bootstrap

preview


You will need

  • Laravel
  • Xampp
  • Composer
  • Git

  1. install composer on vendor
composer install
  1. copy to new .env file
cp .env.example .env
  1. modify .env file

Change DB_DATABASE if needed. If new, create new database with matching name in 127.0.0.1/phpmyadmin

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=vehicleCRUD
DB_USERNAME=root
DB_PASSWORD=
  1. generate key
php artisan key:generate
  1. migrate tables
php artisan migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published