onestartup/landings

landings package for websites onestartup

0.0.1 2018-07-30 20:23 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:48:03 UTC


README

onestartup/landings is a module landings for websites

Installation

  • Run this in the terminal
composer require onestartup/landings
  • after add the ServiceProvider to the providers array in config/app.php
Onestartup\Landings\LandingsServiceProvider::class,
  • Run migration
php artisan migrate
  • run command for publish views
php artisan vendor:publish --tag=landing-public
  • run command for publish assets
php artisan vendor:publish --tag=public
  • run command for publish config file
php artisan vendor:publish --tag=config 
  • run serv
php artisan serve
  • test in this route how admin user
http://localhost:8000/admin/landings
  • add .env vars
    SLUG_LANDINGS=landings