codemanstudio/codeman-admin

package for admin panel

Installs: 99

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

Language:JavaScript

dev-master 2024-02-23 12:35 UTC

This package is auto-updated.

Last update: 2024-04-23 13:02:00 UTC


README

A simple Admin Panel with all necessary functionality for making simple websites via Laravel without spending much time. This package support Laravel 5.8.8 or higher.

Installation

Step 1

Install the package through [Composer](http://getcomposer.org/). 

Run the Composer require command from the Terminal:

  composer require codemanstudio/codeman-admin

Step 2

Publish the vendor

  php artisan vendor:publish --force

Step 3

Migrate the database

  php artisan migrate

Step 4

Seed the database

  php artisan db:seed --class=Codeman\\Admin\\Database\\Seeds\\AdminSeeder

Step 5

Follow the URL yoursite.com/admin/login

Now you're ready to start using the CODEMAN Admin Panel in your application.