Skip to content

mbabker/michaels.website

production
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Michael's Website

This is the source code for the michaels.website application

Requirements

Installation

  1. Clone this repository (git clone git@github.com:mbabker/michaels.website.git michaels.website)
  2. Copy the .env.example file to .env, the defaults are enough to run the application without changes
  3. Install the PHP dependencies with composer install
  4. Generate a new app key with php artisan key:generate
  5. Install and compile the front-end dependencies with npm install && npm run dev
  6. Ensure your local webserver is set up to run the application (you can use php artisan serve to run the in-built PHP web server)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks