Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
/ WebProgLabProj Public archive

A [Laravel](https://laravel.com) project for Web Programming Lab course Semester 5

Notifications You must be signed in to change notification settings

Kenshia/WebProgLabProj

Repository files navigation

Steps to run the application

  • Clone the repository on your local storage
git clone https://github.com/Kenshia/WebProgLabProj
or use GitHub Desktop
  • Change terminal path to the repository directory
cd <Directory_name>
  • Install dependencies by using composer
composer install
  • Create a new environment variables by copying from the example
cp .env.example .env
  • Create a new database named barbatos_shop or use any existing database in your database software.
  • Open .env file and config the database variables. Default configuration is shown below:
DB_DATABASE=barbatos_shop
DB_USERNAME=root
DB_PASSWORD=
  • Generate encryption key
php artisan key:generate
  • Migrating and seeding initial data
php artisan migrate --seed
  • Linking local storage
php artisan storage:link
  • Run the application
php artisan serve

About

A [Laravel](https://laravel.com) project for Web Programming Lab course Semester 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages