open-developer/open-developer

open-developer. Open-source Laravel Developer panel. No pro or paid package, free & open. Based on laravel-admin, with special thanks to z-song
2,155
Install
composer require open-developer/open-developer
Latest Version:v1.0.6
PHP:~7.3|~8.0|~8.1
License:MIT
Last Updated:Jan 31, 2024
Links: GitHub  ·  Packagist
Maintainer: spacecode

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.

composer require open-developer/open-developer

Then run these commands to publish assets and config:

php artisan vendor:publish --provider="OpenDeveloper\Developer\DeveloperServiceProvider"

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.

php artisan developer: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:

php artisan vendor:publish --tag=open-developer-assets --force

Configurations

The file config/developer.php contains an array of configurations, you can find the default configurations in there.

Related Packages

super-admin-org/super-admin

super-admin. Open-source Laravel Admin panel. No pro or paid package, free & ope...

1,556 6
open-admin-org/open-admin

open-admin. Open-source Laravel Admin panel. No pro or paid package, free & open...

75,093 286
matedon/laravel-admin

Administrative interface builder for Laravel PHP Framework which can help you bu...

20 0
encore/laravel-admin

laravel admin

3,227,351 11,136