Skip to content

JhomeWu/laravel-package-skeleton

Repository files navigation

Laravel Package Skelton

Clone this Skelton

git clone https://github.com/JhomeWu/laravel-package-skeleton.git package-slug
cd package-slug

Replace slug to cusomerize your package

Relpace :vendor_slug with your vendor-slug
Relpace :package_slug with your package-slug
Relpace VendorName with your VendorSlug
Relpace PackageName with your PackageSlug
Relpace YourGithubAccount with your github account\

Run below to push to your github repo

mv config/config.php.stub config/:package_slug.php
mv routes/routes.php.stub routes/:package_slug.php
mv README.md.stab README.md
rm -rf .git
git init
git add ./
git cim "Init to :package_slug base on laravel-package-skeleton"
git branch -M master
git remote add origin [email protected]:YourGithubAccount/:package_slug.git
git push --set-upstream origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages