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

This package is auto-updated.

Last update: 2024-04-10 01:57:48 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