Skip to content

madiarsa/DVD-Rental

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVD-Rental

Install Dependencies

To install all the dependencies, Just run the command on your terminal

composer install

Database Configuration

Open app/config/database.php file then setup your database connection type, database hostname, username & password.

Email Configuration

Open app/config/mail.php file then setup your email username & password. Don't forget to add your SMTP host name & port number.

Database Migration

Run the command on your terminal

php artisan migrate

Database Seed

php artisan db:seed

Start Development Server

php artisan serve

Default Users

Admin

username: admin
password: admin123

Employee

username: employee
password: employee123

Member

username: member
password: member123

Demo

DVD Rental Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.0%
  • CSS 2.1%
  • JavaScript 1.8%
  • ApacheConf 0.1%