Download the PHP package dd4you/dpanel-plus without Composer
On this page you can find all versions of the php package dd4you/dpanel-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dd4you/dpanel-plus
More information about dd4you/dpanel-plus
Files in dd4you/dpanel-plus
Package dpanel-plus
Short Description This is Admin Panel By DD4You.in with tailwind css. It's help to create admin panel with prebuild login system
License MIT
Informations about the package dpanel-plus
DPanel Plus Package with Laravel Dynamic Search
You can follow this video tutorial as well for installation.
Watch Other Lavavel tutorial here
This is modern Admin Panel developed By DD4You.in with tailwind css. It's help to create admin panel with prebuild login system with multi role and permission
Install Package via composer
composer require dd4you/dpanel-plus
Publish
php artisan dd4you:install-dpanel
Add Seeder
$this->call(\DD4You\Dpanel\database\seeders\UserSeeder::class);
Install Tailwind Css if not install
https://tailwindcss.com/docs/guides/laravel
Add Below code in tailwind.config.js
"./vendor/dd4you/dpanel-plus/src/resources/**/*.blade.php",
Migrate the database
Add below code in your AuthServiceProvider
Default Dpanel Login Details
URL: your_domain/dpanel
Super Admin
Email: [email protected]
Password: suadmin
Admin
Email: [email protected]
Password: dpanel
Global Settings
Store general settings like website name, logo url, contacts in the database easily. Everything is cached, so no extra query is done. You can also get fresh values from the database directly if you need.
Installation
Publish
Migrate the database
I have also added seeder for some general settings a website needs. Seed the database using command:
Usage/Examples
To store settings on database
You can also set multiple settings at once
You can retrieve the settings from cache using any command below
Want the settings directly from database? You can do it,
Getting all the settings stored on database
You can use the settings on blade as
Or, if you have html stored on settings
Finally, If you have changed something directly on database, Don't forget to clear the cache.
License
Feedback
If you have any feedback, please reach out at [email protected] or submit a pull request here.