antssanjeewa/lara-admin-panel

Template for newly created project

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/antssanjeewa/lara-admin-panel

v1.0.0 2024-08-20 08:31 UTC

This package is auto-updated.

Last update: 2026-01-20 11:31:41 UTC


README

Lara Admin Panel

A custom Composer package for Laravel that includes a default user migration, model, and controller. This package helps streamline the setup of new Laravel projects by providing these common components out of the box.

Installation

To install the package, use Composer:

composer require antssanjeewa/lara-admin-panel

Add the private repository in your 'composer.json` file.

"repositories": [
    {
        "type":"vcs",
        "url":"git@github.com:antssanjeewa/lara-admin-panel.git"
    }
]

Publish Configuration files

php artisan vendor:publish --provider="Antssanjeewa\LaraAdminPanel\AdminPanelServiceProvider"

Usage

Common Issues

Contributing

  • Found a bug? Report as an issue and if you can, submit a pull request.
  • Please see CONTRIBUTING and for details.

Copyright (c) Elegant Media.