Download the PHP package enomotodev/laractive-admin without Composer
On this page you can find all versions of the php package enomotodev/laractive-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download enomotodev/laractive-admin
More information about enomotodev/laractive-admin
Files in enomotodev/laractive-admin
Package laractive-admin
Short Description The administration framework for Laravel applications.
License MIT
Homepage https://enomotodev.hatenablog.com/
Informations about the package laractive-admin
Laractive Admin
Laractive Admin is a Laravel framework for creating elegant backends for website administration.
Requirements
- Laravel: >= 5.5
Install
Require this package with composer using the following command:
Run the installer
The installer creates an initializer used for configuring defaults used by Laractive Admin as well as a new folder at app/Admin to put all your admin configurations.
Migrate your database
Seed admin user
Visit http://yourdomain.com/admin and log in using:
- User: [email protected]
- Password: password
If you want to customize route prefix, Copy the package config to your local config with the publish command:
And edit config/laractive-admin.php
file
Then you can access with http://yourdomain.com/example-admin
License
Laractive Admin is open-sourced software licensed under the MIT license
All versions of laractive-admin with dependencies
doctrine/dbal Version ~2.3
intervention/httpauth Version ~2.0.3
laravel/framework Version ~5.5
laravelcollective/html Version ~5.5