Start here.

Maintainers

Details

github.com/bytetrap/sea

Source

Issues

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 5

Type:project


README

sea.svg

Start here.

build version license

Installation

Git

git clone https://github.com/bytetrap/sea.git

To do this, please install dependencies with Composer first.

composer install

Then copy the .env.example file and rename it to .env, configure database connection in .env file, and run the following command.

php artisan key:generate --ansi
php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"
php artisan admin:install

Composer

composer create-project bytetrap/sea

Then configure database connection in .env file, and run the following command.

php artisan admin:install

How to use it?

After starting the service, open http://localhost/admin/ in the browser, and log in with the username admin and password admin .

License

sea is open-sourced software licensed under the MIT license .