bytetrap / sea
Start here.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 5
Type:project
pkg:composer/bytetrap/sea
Requires
- php: ^7.2.5
- encore/laravel-admin: ^1.8
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^7.0
- laravel/tinker: ^2.0
Requires (Dev)
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-10-29 02:37:11 UTC
README
Start here.
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 .