Skip to content

3. Getting Started.

Security Theater edited this page Oct 12, 2018 · 1 revision

Marketplace once installed, it registers 3 service providers which are in charge of

  • Standard Policy & Gates for the marketplace.
  • Register singletons for the available repositories.
  • Register Observers.

also, It registers aliases for the registered singletons.

Once you run the install command, you will have 2 config files within your config folder, which are :

  • market.php ( in charge of the marketplace's configuration )
  • countries.php ( a helper for you to list countries. )

Also you will have a RolesTableSeeder which you can use to check if the user authorized to do a specific role, feel free to adjust it to suite your needs.

and of course it publishes the migration table, and you can check it on your migrations folder , also you can view the schema design from here