regeneration / about
About package for regeneration
dev-master
2015-05-25 16:37 UTC
Requires
- php: >=5.3.0
- laravel/framework: 5.*
- markusjwetzel/laravel-handlebars: ~1.0@dev
This package is not auto-updated.
Last update: 2024-11-09 18:01:17 UTC
README
Simple Laravel 5 package for managing content for an About Us page.
Installation
Install via composer in the root directory of a Laravel 5 application
composer require regeneration/about:dev-master
Add the following line to config/app.php
inside the 'providers' array to use the service provider
'Regeneration\About\AboutServiceProvider',
Update composer
composer update
Run the package install command
php artisan about:install
Usage
This package has several pages with many features
Give them a try (URLs):
/about
/about/manage
Overview
General gist
Tools
List of tools, everything needed to develop.
Credits
All thanks to me and the community