Skip to content

akhtarkhan1/bagisto-package-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Introduction:

Bagisto Package Generator will create a sample package for you with a single command

It packs in lots of demanding features that allows your business to scale in no time:

  • Create package with a single command.

2. Requirements:

  • Bagisto: v1.1.2 or higher.

3. Installation:

Install with composer

Go to the root folder of Bagisto and run the following command

composer require bagisto/bagisto-package-generator

Install without composer

  • Unzip the respective extension zip and then merge "packages" folder into project root directory.
  • Goto config/app.php file and add following line under 'providers'
Webkul\PackageGenerator\Providers\PackageGeneratorServiceProvider::class
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\PackageGenerator\\": "packages/Webkul/PackageGenerator"
  • Run these commands below to complete the setup
composer dump-autoload

That's it, now just execute the project on your specified domain.

About

Bagisto Package Generator

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%