Skip to content

jonahmarc/lamp-project

Repository files navigation

Running Project

Prerequisites

  • PHP
  • Composer
  • XAMPP

Setup Prerequisites

Composer (& PHP): https://getcomposer.org/download/
XAMPP: https://www.apachefriends.org/download.html

Run Local

  • open XAMPP, run Apache Web Server and MySQL Database
  • open terminal and go to your directory where the project will be saved
git clone https://github.com/jonahmarc/lamp-project.git`
cd lamp-project
composer install
php composer.phar install
php artisan key:generate
php artisan migrate
php artisan serve
  • View application at given server address or localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published