vicky-project / admin-panel
The skeleton application for the Laravel framework.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Type:project
pkg:composer/vicky-project/admin-panel
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- nwidart/laravel-modules: *
- spatie/laravel-activitylog: ^4.10
- vicky-project/core-module: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
README
this application build with Laravel latest version and build on package nwidart/laravel-modules. There are many plugin module useful can install inside. currently under development and you can contribute to make it awesome. Thank you for your contribute it.
Installation
- Clone this repository
git clone https://github.com/vicky-project/admin.git
- Enter directory
cd admin
- Install dependecies
composer install
- Makesure directory below readable as laravel suggest:
- storage/framework/views/*
- storage/logs/laravel.log
- storage/framework/session/*
- bootstrap/cache/*
- Copy .env.example to .env
- Run key generate
php artisan key:generate
- Setup database and configuration in file .env
- Run install laravel/ui
php artisan ui bootstrap --auth
- Follow instruction and click yes
- Run artisan serve
php artisan serve
- Point to your web e.g localhost
Module available
there are some module could be install in this application
- Core Module include installation in this apllication
- View Manager Module include with installation this application.
- Menu Management Still under development process.
- Log Management Contains app log (laravel log, even nginx log if you setup it), authentication log, and user activity log.
- Api Module Build rest api server to serve any feature. There are any feature built in this module. You just tun seeder command.
- User Management Module To manage users, roles, and permission using package of spatie/laravel-permission. Include user profile to manage own profile (under development).