| Package Data | |
|---|---|
| Maintainer Username: | atsys |
| Maintainer Contact: | soporte@atsys.es (Iván Hernández) |
| Package Create Date: | 2017-05-11 |
| Package Last Update: | 2018-01-12 |
| Language: | HTML |
| License: | MIT |
| Last Refreshed: | 2025-10-30 15:01:51 |
| Package Statistics | |
|---|---|
| Total Downloads: | 409 |
| Monthly Downloads: | 2 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 3 |
| Total Open Issues: | 0 |
Simple blog optimized for SEO.
Laravel Collective Package. Installation instructions: https://laravelcollective.com/docs/master/html#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.
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.
Contributions are welcome!
If you discover any security related issues, please email soporte@atsys.es instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.