mziel / blog
Blog package for Bagisto version 2
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is not auto-updated.
Last update: 2025-07-11 13:39:27 UTC
README
Installation via composer
composer require mziel/blog
Manual installation
- Create
Mziel
andBlog
dir in packages directorycd packages mkdir Mziel/Blog
- Copy the files to the Blog directory
- Add to composer.json file find autoload PSR-4 and add
"Mziel\\Blog\\": "packages/Mziel/Blog/src"
- Add to config/app.php in the section providers
Mziel\Blog\Providers\BlogServiceProvider::class,
- Run commands
composer dump-autoload php artisan optimize
Generate demo content
use the command php artisan blog:demo
Supported languages
- English
- Polish