Download the PHP package open-developer/open-developer without Composer
On this page you can find all versions of the php package open-developer/open-developer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open-developer/open-developer
More information about open-developer/open-developer
Files in open-developer/open-developer
Package open-developer
Short Description open-developer. Open-source Laravel Developer panel. No pro or paid package, free & open. Based on laravel-admin, with special thanks to z-song
License MIT
Informations about the package open-developer
Requirements
- PHP >= 7.3.0
- Laravel >= 7.0.0
- Fileinfo PHP Extension
Installation
This package requires PHP 7.3+ and Laravel 7.0 or up
First, install laravel (7.0 / 8.0 or up), and make sure that the database connection settings are correct.
Then run these commands to publish assets and config:
After run command you can find config file in config/developer.php
, in this file you can change the install directory,db connection or table names.
At last run following command to finish install.
Open http://localhost/developer/
in browser,use username developer
and password developer
to login.
Updating
Updating to a new version of open-developer may require updating assets you can publish them using:
Configurations
The file config/developer.php
contains an array of configurations, you can find the default configurations in there.
All versions of open-developer with dependencies
symfony/dom-crawler Version ~3.1|~4.0|~5.0|~6.4
laravel/framework Version >=7.0
doctrine/dbal Version 2.*|3.*