2017 © Pedro Peláez
 

library origin

Add most common pages (about-us, contact, faq.. etc) to laravel project with basic layouts.

image

bidibidi/origin

Add most common pages (about-us, contact, faq.. etc) to laravel project with basic layouts.

  • Thursday, May 3, 2018
  • by Bidibidi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Origin

This pack add most common pages to laravel project with basic layouts., (*1)

Getting Started

This package add most common pages to your project with basic starter layouts. Default, includes 7 pages. You can add more pages with manually., (*2)

Home -> /start, (*3)

About Us -> /about-us, (*4)

Contact -> /contact, (*5)

FAQ -> /faq, (*6)

Terms -> /terms, (*7)

Privacy -> /privacy, (*8)

Sitemap -> /sitemap, (*9)

You can add more pages, change titles or routes with vendor:publish

Prerequisites

You need to laravel framework, (*10)

laravel new sample

Installing

Adding require to composer.json:, (*11)

"bidibidi/origin": "*"
composer update
php artisan serve

Running the tests

http://localhost:8000/start, (*12)

Deployment

Below Laravel 5.5 open config/app.php and add this line in providers section, (*13)

Bidibidi\Origin\BidibidiOriginServiceProvider::class,
PUBLISH
If you want more settings, language and pages :

Langs  : php artisan vendor:publish --tag=origin-lang
Config : php artisan vendor:publish --tag=origin-config
Assets : php artisan vendor:publish --tag=origin-public
Views  : php artisan vendor:publish --tag=origin-views

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*14)

The Versions

03/05 2018

dev-master

9999999-dev https://bidibidi.github.io/origin/

Add most common pages (about-us, contact, faq.. etc) to laravel project with basic layouts.

  Sources   Download

MIT

by Avatar Bidibidi

laravel page starter layouts bidibidi

03/05 2018

v1.1.0

1.1.0.0 https://bidibidi.github.io/origin/

Add most common pages (about-us, contact, faq.. etc) to laravel project with basic layouts.

  Sources   Download

MIT

by Avatar Bidibidi

laravel page starter layouts bidibidi