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

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/lasmit/appwebsite

1.0.0 2020-05-05 10:29 UTC

This package is auto-updated.

Last update: 2025-10-10 05:08:35 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