philsquare/laramanager

This package is abandoned and no longer maintained. The author suggests using the philmareu/laramanager package instead.

Admin tool for Laravel applications

Installs: 295

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Language:JavaScript


README

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.