technobureau / blog
TechnoBureau Blog views and complete authentication system.
Installs: 10
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/technobureau/blog
Requires
- php: ^7.3|^8.0
- illuminate/console: ^8.42
- illuminate/filesystem: ^8.42
- illuminate/support: ^8.42
- illuminate/validation: ^8.42
- technobureau/ui: dev-master
This package is auto-updated.
Last update: 2025-10-08 02:58:33 UTC
README
Official Documentation
Supported Versions
Only the latest major version of TechnoBureau UI receives bug fixes. The table below lists compatible Laravel versions:
Version | Laravel Version |
---|---|
1.x | 8.x |
Installation
Installing Blog template and related backend packages for laravel framework.
composer require technobureau/blog
Initially execute laravel/ui , technobureau/ui authentication commands for initialization
php artisan ui bootstrap --auth php artisan ui technobureau --auth
Once the technobureau/blog
package has been installed, you may install the frontend scaffolding using the ui
Artisan command:
// Generate blog scaffolding... php artisan ui tb-blog
License
Laravel UI is open-sourced software licensed under the MIT license.