The Wayback Machine - https://web.archive.org/web/20200713051948/https://github.com/topics/laravel-admin
Skip to content
#

laravel-admin

Here are 157 public repositories matching this topic...

ankit7540
ankit7540 commented Feb 28, 2020

According to the documentation, the admin login is available at

http://site_address/website/public/admin.

However, I get the message Not Found , The requested URL was not found on this server. Browsing through the directory I cannot find folder or page as admin. Hence, probably the docs are outdated.

The admin credentials are also not usable in the cl

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'
willchambers99
willchambers99 commented Oct 24, 2019

Hello,

All of the views that this package publishes on install include hard coded URL's rather than using named routes, whilst trying to change some of the routes around this makes it a lot harder then it should be

I wanted to suggest if it would be possible to update all of the URL's with the named routes that route::resource provides.

Please see below

|        | GET|HEAD  

LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。

  • Updated Jun 6, 2020
  • PHP

Improve this page

Add a description, image, and links to the laravel-admin 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 laravel-admin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.