silverd/oh-my-laravel

There is no license information available for the latest version (v1.5) of this package.

v1.5 2020-05-25 06:50 UTC

This package is auto-updated.

Last update: 2024-04-03 18:22:32 UTC


README

本扩展用于 Laravel Framework 7 的一些应用层初始化

如何使用

composer require silverd/oh-my-laravel:dev-master
php artisan oh-my-laravel:install

本地二次开发

cd ~/home/wwwroot/
git clone git@github.com:silverd/oh-my-laravel.git

cd ~/homw/wwwroot/sample_prcd oject
composer config repositories.silverd/oh-my-laravel path ~/home/wwwroot/oh-my-laravel
composer require silverd/oh-my-laravel:dev-master -vvv
php artisan oh-my-laravel:install