bagisto / bagisto-docs

Bagisto Development and API Documentation:
https://devdocs.bagisto.com
38 stars 185 forks source link

package create documentation missing steps #286

Closed derMart closed 2 years ago

derMart commented 3 years ago

I followed the bagisto package generator style docs to create a bagisto package: https://devdocs.bagisto.com/1.x/packages/create-package.html#_1-by-using-bagisto-package-generator But after reloading the admin url, the created package still was missing. I had to do some additional steps as follows:

  1. run npm install inside the package directory to get all node.js dependencies
  2. run npm run dev to compile all css / js and merge all css into the laravell app (otherwise no package icon was visible inside the admin url)
  3. run php artisan optimize to get the package shown at all

It would be nice if you could update the docs.

prateek-webkul commented 2 years ago

Hello @derMart,

We have updated the required changes. You may take pull from master after PR #308 gets merged.

Thanks