dev-master
9999999-devAbout package for regeneration
MIT
The Requires
- php >=5.3.0
- laravel/framework 5.*
- markusjwetzel/laravel-handlebars ~1.0@dev
by Wade Penistone
About package for regeneration
Simple Laravel 5 package for managing content for an About Us page., (*1)
Install via composer in the root directory of a Laravel 5 application, (*2)
composer require regeneration/about:dev-master
Add the following line to config/app.php
inside the 'providers' array to use the service provider, (*3)
'Regeneration\About\AboutServiceProvider',
Update composer, (*4)
composer update
Run the package install command, (*5)
php artisan about:install
This package has several pages with many features, (*6)
Give them a try (URLs):, (*7)
/about
/about/manage
General gist, (*8)
List of tools, everything needed to develop., (*9)
All thanks to me and the community, (*10)
About package for regeneration
MIT