olat-nji / midone-admin
A Midone powered, laravel built admin dashboard, fully customized with an auth capabilities
Installs: 261
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=7.3
- ext-json: *
- doctrine/dbal: ^2.12
- jenssegers/agent: ^2.6
- laravel/fortify: ^1.6.1
- livewire/livewire: ^2.3
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-03-10 05:27:39 UTC
README
What is it?
A Midone powered, laravel built admin dashboard, fully customized with an auth capabilities
Installation
Run:
composer require olat-nji/midone-admin
Then:
php artisan midone-admin:install
Then run migrations:
php artisan migrate:fresh --seed
You also need to configure your APP_URL to point to your application directory provided the application is local: Your .env file
APP_URL=http://localhost/your-app/public
And your asset url has to point to the application directory to allow required assets in public folder to be seen: Your .env file
ASSET_URL=http://localhost/your-app/public
Now Enjoy...
Support
This version supports Laravel 7 or greater.
- In case of any issues, kindly create an Issue.
- If you would like to contribute:
- Fork this repository.
- Implement your features.
- Generate pull request.