atsys / blog
Simple blog optimized for SEO.
Installs: 405
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 0
Language:HTML
Type:plugin
Requires
- php: >=5.6.4
- doctrine/dbal: ^2.5
- illuminate/support: ~5.3
- intervention/image: ^2.3
This package is not auto-updated.
Last update: 2024-11-10 02:37:39 UTC
README
Simple blog optimized for SEO.
Dependencies
Laravel Collective Package. Installation instructions: https://laravelcollective.com/docs/master/html#installation
Installation
You can install the package via composer:
composer require atsys/blog
Add the service provider to config\app.php
:
... Atsys\Blog\BlogServiceProvider::class ...
Run the migrations and publish the package files:
php artisan migrate php artisan vendor:publish
This will be copy the configuration file config/blog.php
where you can add or remove languages and change the pagination number. Also the views will be available in resources/views/vendor/blog
if you want to customize them.
Usage
To create categories and posts got to admin/post_categories
or admin/posts
. Be logged is required for that! You'll see them in blog
route.
Contributing
Contributions are welcome!
Security
If you discover any security related issues, please email soporte@atsys.es instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.