Skip to content

Latest commit

 

History

79 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Admin Panel By CODEMAN

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.

About

This is an admin panel for PHP Laravel framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages