Download the PHP package shibaji/admin without Composer
On this page you can find all versions of the php package shibaji/admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shibaji/admin
More information about shibaji/admin
Files in shibaji/admin
Package admin
Short Description Laravel Admin Panel for laravel developers. You can create Quick Admin Panel with essential requirement.
License MIT
Informations about the package admin
Laravel Website Admin
This Web Admin panel usable for the Enterprise application develop with Laravel 8
This A beutiful web admin develop for Laravel Framework. It's have so many screens. components, managable menus, and auto dark modes included.
It's a simply used for your own laravel project
-
Installation process
- First initiate or Create New Laravel Project
- Then Open the project in terminal.
- then put the command
- Setup the database connection in your new laravel project.
- Install Laravel UI package is already included with this Admin Panel.
-
Setup Admin panel by Admin Command
-
Create Auth scaffold using the artisan command
- Don't replace any preloaded resources.
Like this put no
every required questions.
-
Now Setup the database connection in
.env
file -
Open Terminal from the project. And write the Codes.
- Open browser tab with this url
http://localhost:8000
. - After open register an user.
- After login go to
http://localhost:8000/admin
.
If you can to create Module for Admin then doing this.
Autoloading
By default, the module classes are not loaded automatically. You can autoload your modules using psr-4. For example:
Tip: don't forget to run composer dump-autoload
afterwards.
Now you can see this admin.
Lets Enjoy! :)
All versions of admin with dependencies
laravel/ui Version ^3.1
livewire/livewire Version ^2.3
nwidart/laravel-modules Version ^8.2
spatie/laravel-permission Version ^3.17
spatie/laravel-searchable Version ^1.9
plank/laravel-metable Version ^4.1
simshaun/recurr Version ^4.0
nesbot/carbon Version ^2.43
graham-campbell/markdown Version ^13.1
barryvdh/laravel-dompdf Version ^0.8.7
maatwebsite/excel Version ^3.1