Skip to content

philmareu/laramanager

1.3
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Laramanager

Laramanager is an admin tool for Laravel applications.

Getting Started

Prerequisites

Requires Laravel 5.5 or 5.6.

Installation

composer require philmareu/laramanager

Then publish the assets and migration files.

php artisan vendor:publish

Now run the migrations.

php artisan migrate

Finally, visit /admin in your project and add your initial admin user.

Documentation

Laramanager's documentation is located at https://laramanager.philmareu.com and the source is available here.

Contributing

Issue submissions and pull request are welcome.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.