Skip to content

pietercolpaert/swagsite

 
 

Repository files navigation

Getting started

Step 0: clone repository

After cloning or downloading the repository, you can get started.

Step 1: Run composer

First, you’ll want to update the composer requirements. Fetch the repository, and navigate to the directory that contains the repository

composer install

Step 2: Configure database settings

For your local development server, you’ll want to change the config/database file to your connection information.

config/database.php

Step 3: Migrate the database

php artisan october:up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 45.2%
  • CSS 27.7%
  • JavaScript 19.6%
  • HTML 7.5%