Skip to content

LarsDuve/svhelloworld

 
 

Repository files navigation

Image of SA HELLO-WORLD

Prerequisites

How to run the project locally

  • Clone this repository to a directory of choice on your local machine.
  • Make sure the DocumentRoot in Xampp, httpd.conf, is set to the correct directory where the project is cloned to.
  • Open the project in you IDE.
  • Run composer install.
  • Create a database using Xampp's MySQL module. Open localhost/phpmyadmin in the browser, add a new database and give it a name to your liking.
  • In your local project, add the database name to the .env.example file in the project root folder. Save the file and either rename is to .env or save it as .env
  • Now run php artisan key:generate
  • And run php artisan migrate
  • You should be able to open the website now via localhost, create an account and so on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 63.0%
  • Blade 30.1%
  • Sass 6.7%
  • Shell 0.2%