ibrhaim13 / mlarapro
laravel admin panel base mongodb
Requires
- php: >=7.0.0
- doctrine/dbal: 2.*|3.*
- laravel/framework: >=5.5
- symfony/dom-crawler: ~3.1|~4.0|~5.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- intervention/image: ~2.3
- laravel/browser-kit-testing: ^6.0
- laravel/laravel: >=5.5
- spatie/phpunit-watcher: ^1.22.0
Suggests
- intervention/image: Required to handling and manipulation upload images (~2.3).
- spatie/eloquent-sortable: Required to built orderable gird.
README
laravel admin panel base mongodb Requirements ------------ - PHP >= 7.0.0 - Laravel >= 5.5.0 - Fileinfo PHP Extension - jenssegers/mongodb >= 3
Installation
First, install laravel 5.5 and up, and make sure that the database connection settings are correct.
composer require ibrhaim13/mlarapro
Then run these commands to publish assets and configļ¼
php artisan vendor:publish --provider="Ibrahim13\Admin\AdminServiceProvider"
After run command you can find config file in config/admin.php
, in this file you can change the installation directory,db connection or table names.
At last run following command to finish install.
php artisan admin:install
Open http://localhost/admin/
in browser,use username admin
and password admin
to login.
Configurations
The file config/admin.php
contains an array of configurations, you can find the default configurations in there.
License
ibrhaim13/larapro
is licensed under The MIT License (MIT).