philmareu / laramanager
Admin tool for Laravel applications
Package info
github.com/philmareu/laramanager
Language:JavaScript
pkg:composer/philmareu/laramanager
1.3.4
2018-08-03 19:23 UTC
Requires
- doctrine/dbal: ^2.5
- intervention/image: ~2.2
- intervention/imagecache: ~2.3
- suin/php-rss-writer: ^1.4
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2026-06-04 19:30:09 UTC
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 source is available here.
Contributing
Issue submissions and pull request are welcome.
Authors
- Phil Mareu - creator - https://philmareu.com
License
This project is licensed under the MIT License - see the LICENSE.md file for details.