Skip to content

ageekdev/api-skeleton-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

: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

Releases

No releases published

Languages