Skip to content

Files

Latest commit

15643e8 · Jan 30, 2024

History

History
39 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.6 KB

:vendor_name - :project_title

Laravel 10 PHP 8.2


This repo can be used to scaffold a Laravel package. Follow these steps to get started:

  1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton.
  2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Requirements

Local Development

If you want to work on this project on your local machine, you may follow the instructions below. These instructions assume you are serving the site using Laravel Valet out of your ~/Sites directory:

  1. Open your terminal and cd to your ~/Sites folder
  2. Clone into the ~/Sites/:project_slug folder:
    git clone https://github.com/:vendor_slug/:project_slug.git
  3. CD into the new directory you just created:
    cd :project_slug
  4. Run the setup.sh bin script, which will take all the steps necessary to prepare your local install:
    ./bin/setup.sh