Download the PHP package muhammad-inaam-munir/speed-admin without Composer
On this page you can find all versions of the php package muhammad-inaam-munir/speed-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download muhammad-inaam-munir/speed-admin
More information about muhammad-inaam-munir/speed-admin
Files in muhammad-inaam-munir/speed-admin
Package speed-admin
Short Description Admin panel for laravel. Quickly build admin like applications
License MIT
Informations about the package speed-admin
Speed Admin
A rapid application development framework for Laravel 8+. It has built-in Users Management with Roles and Permissions. It speeds up the development of CRUD functionality (adding data tables and forms).
Documentation / Features
https://minaammunir.gitbook.io/speed-admin/
Quickly create Forms and Grids:
Easy to create data tables (grid)
Easy to add Forms with translations support
Installation
Install via composer
Publish package config file and assets
Add alias in app.php (Optional):
Run following commands
Run the following command to create the admin user
Following command will create admin user username: [email protected] and password: admin.
Visit admin page:
Visit http://localhost:8000/admin
if you are running server through php artisan serve
or you can directly visit http://localhost/project_folder/public/admin
. Use the above credentials to log in.
Credits: thanks to the following packages
- spatie/laravel-translatable
- coreui
- https://github.com/nWidart/laravel-modules
License
MIT
All versions of speed-admin with dependencies
illuminate/support Version ^6.0|^7.0|^8.0
spatie/laravel-translatable Version ^4.6.0
nwidart/laravel-modules Version ^8.2