lasmit / appwebsite
There is no license information available for the latest version (1.0.0) of this package.
An off the shelf website for apps
1.0.0
2020-05-05 10:29 UTC
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2025-03-10 04:03:33 UTC
README
laravel new myapp
cd myapp
open routes/web.php
and remove the default route
composer require lasmit/appwebsite
php artisan vendor:publish
choose Lasmit\AppWebsite\AppWebsiteServiceProvider
nano config/appwebsite.php
To clear cache:
php artisan cache:clear