lasmit/appwebsite

此包最新版本(1.0.0)没有可用的许可证信息。

为应用提供的现成网站

1.0.0 2020-05-05 10:29 UTC

This package is auto-updated.

Last update: 2024-09-10 02:53:44 UTC


README

laravel new myapp cd myapp

打开 routes/web.php 并删除默认路由

composer require lasmit/appwebsite php artisan vendor:publish 选择 Lasmit\AppWebsite\AppWebsiteServiceProvider nano config/appwebsite.php

要清除缓存

php artisan cache:clear