Download the PHP package erfan_kateb_saber/admin_panel without Composer
On this page you can find all versions of the php package erfan_kateb_saber/admin_panel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download erfan_kateb_saber/admin_panel
More information about erfan_kateb_saber/admin_panel
Files in erfan_kateb_saber/admin_panel
Package admin_panel
Short Description Manage routes and database
License MIT
Informations about the package admin_panel
Admin-Panel
Admin Panel is a package for laravel that can manage Route access and tables of database
Install
To install this package, run this command:
Then you can login in your admin panel in this route:
This username and password is admin
.
To change the admin password, run this command:
The Admin username and password is saved in YOUR_PROJECT\storage\app\private\admin_panel\db_admin_users.xml
and the route access database saved in YOUR_PROJECT\storage\app\private\admin_panel\db_route_access.xml
.
Manage route access
Auto Routes
To disable access routes, uncheck the status routes and then click Save All
button.
Auto Prefix Routes
To disable access prefix of routes, uncheck the status prefix and then click Save All
button.
Manual Routes
To add access route manually, in the Create New
write the path route and set status on/off and then click insert.
Manual Prefix Routes
To add access prefix manually, in the Create New
write the path route and set status on/off and then click insert.
Fresh Routes
From Navbar
Deletes all status of Auto Routes and Auto Prefix Routes, but keep your Manual data (Manual Routes and Manual Prefix Routes).
From Manual Prefix Routes
Deletes all status of Auto Routes and Auto Prefix Routes and not keep your Manual data (Manual Routes and Manual Prefix Routes).
Optimize XML Database
Removes unnecessary rows from XML Database.
License
The Admin Panel package is open-sourced licensed under the MIT license.