Skip to content
#

admin-panel

Here are 346 public repositories matching this topic...

followyouhome
followyouhome commented Feb 13, 2020

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • Do you want to request a feature or report a bug?

Minor bug

mdcass
mdcass commented Feb 5, 2020

Describe the bug
I have a Link which heads to a Controller independent of the dashboard functionality which return redirect()->back() - the route of the link is visited and changes in the browser, however the URL is not then updated after the redirect back.

// Link
Link::make('Refresh Access Token')
   ->icon('icon-refresh')
   ->route('bank-connections.refresh-access-token'
MohammedJamal
MohammedJamal commented Apr 17, 2020

i have problem with my controller.my role name "editor" when i use $this->middleware('role:manager', ['only'=>'show']); allow to access to all function updat and create and store all, but when remove this part , ['only'=>'show'] the middleware work fine.

`<?php

namespace Bitfumes\Multiauth\Http\Controllers;

use App\Drug;
use App\scientificName;
use App\Company;
use App\Agency;
use I

Improve this page

Add a description, image, and links to the admin-panel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the admin-panel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.