antssanjeewa/lara-admin-panel

Template for newly created project

Maintainers

Package info

github.com/antssanjeewa/lara-admin-panel

pkg:composer/antssanjeewa/lara-admin-panel

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-20 11:43:58 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.