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

1.0.0 2025-11-23 16:56 UTC

This package is auto-updated.

Last update: 2025-11-23 19:44:54 UTC


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

  1. Clone this repository
git clone https://github.com/vicky-project/admin.git
  1. Enter directory
cd admin
  1. Install dependecies
composer install
  1. Makesure directory below readable as laravel suggest:
    • storage/framework/views/*
    • storage/logs/laravel.log
    • storage/framework/session/*
    • bootstrap/cache/*
  2. Copy .env.example to .env
  3. Run key generate
php artisan key:generate
  1. Setup database and configuration in file .env
  2. Run install laravel/ui
php artisan ui bootstrap --auth
  1. Follow instruction and click yes
  2. Run artisan serve
php artisan serve
  1. 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).