Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create role permissions #68

Merged
merged 6 commits into from
Jun 23, 2018
Merged

Create role permissions #68

merged 6 commits into from
Jun 23, 2018

Commits on Jun 23, 2018

  1. Add the role unit tests

    jsdecena authored and Jeff Simons Decena committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    33c244b View commit details
    Browse the repository at this point in the history
  2. Create the role CRUD

    Conflicts:
    	app/Shop/Roles/Repositories/RoleRepositoryInterface.php
    	routes/web.php
    jsdecena committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    084ab0c View commit details
    Browse the repository at this point in the history
  3. Change guard name to prevent confusion

    Conflicts:
    	app/Providers/GlobalTemplateServiceProvider.php
    	app/Shop/Employees/Repositories/EmployeeRepository.php
    	config/auth.php
    jsdecena committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    604320f View commit details
    Browse the repository at this point in the history
  4. Restrict access

    Conflicts:
    	resources/views/layouts/admin/sidebar.blade.php
    jsdecena committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    747be26 View commit details
    Browse the repository at this point in the history
  5. Create the permission repository crud

    jsdecena authored and Jeff Simons Decena committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    c7e2bb9 View commit details
    Browse the repository at this point in the history
  6. Apply permissions

    Conflicts:
    	app/Http/Controllers/Front/ProductController.php
    	app/Providers/RepositoryServiceProvider.php
    	resources/views/admin/shared/products.blade.php
    	resources/views/layouts/admin/sidebar.blade.php
    jsdecena committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    91c11b6 View commit details
    Browse the repository at this point in the history