technobureau / blog
TechnoBureau Blog views and complete authentication system.
dev-master
2021-08-07 18:13 UTC
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-01-08 01:31:31 UTC
README
Official Documentation
Supported Versions
Only the latest major version of TechnoBureau UI receives bug fixes. The table below lists compatible Laravel versions:
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.