kamruljpi / admintemplate
Admin Template
Installs: 88
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
pkg:composer/kamruljpi/admintemplate
This package is auto-updated.
Last update: 2025-12-17 22:02:46 UTC
README
This is admin template for laravel.
#Requirements
- PHP >= 7.4.0
- Laravel >= 8.0.0
#Installation
First, install laravel 8.0.0, and make sure that the database connection settings are correct.
composer require kamruljpi/admintemplate
Then run these commands to publish assets and configļ¼
php artisan vendor:publish --provider="kamruljpi\admintemplate\providers\AdminTemplateServiceProvider" --tag=public --force
After run command you can find assets file in your base folder/media
php artisan vendor:publish --provider="kamruljpi\admintemplate\providers\AdminTemplateServiceProvider" --tag=config --force
After run command you can find config file in config/admintemplate.php, in this file you can change the configuration of this packages.
#modified Views
If you want to modified views file. please run this command. then you can find views file in your resource/views/kamruljpi/admintemplete folder.
php artisan vendor:publish --provider="kamruljpi\admintemplate\providers\AdminTemplateServiceProvider" --force
after complete this command also you can find configuration file in config/admintemplete.php . Then change to 'load_base_views' => true, instead of 'load_base_views' => false,
#Configurations
The file config/admintemplate.php contains an array of configurations, you can find the default configurations in there.