combizera / starter-blog
A starter blog project built with Laravel.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/combizera/starter-blog
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/livewire: ^3.7
- power-components/livewire-powergrid: ^6.7
- wireui/wireui: ^2.5
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.16
- captainhook/captainhook: ^5.27
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.8
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
- pestphp/pest-plugin-type-coverage: ^4.0
- phpstan/phpstan: ^2.1
This package is not auto-updated.
Last update: 2025-12-11 20:52:29 UTC
README
A simple and opinionated Laravel blog starter kit with Livewire, Wire UI, and PowerGrid for rapid development.
Tech Stack
- Laravel
- Livewire
- Tailwind
- Wire UI
- PowerGrid
- Alpine.js
Installation
laravel new --using=combizera/starter-blog
Usage
Navigate to /categories to manage categories or /posts to manage posts.
PowerGrid tables include search, sorting, and action buttons (edit/delete) with confirmation dialogs.
Contributing
Contributions are welcome! Feel free to open a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'feat: add some amazing-feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
Open-sourced software licensed under the MIT license.
Credits
Built with:
Made by Combizera