Valero is a next-generation content management system designed for speed, SEO, and visual storytelling. It combines the power of Laravel with the reactivity of Livewire to deliver a seamless experience for both authors and readers.
Whether you're building a personal blog, a documentation hub, or a content-driven website, Valero provides the professional tools you need right out of the box.
- Blazing Fast: Optimized database queries, caching strategies, and lazy-loading.
- Modern Stack: Built on Laravel 11 and Livewire 3 for a SPA-like feel without the complexity.
- Production Ready: Includes automated sitemaps, image optimization, and secure authentication.
- Advanced Media Library: Drag-and-drop uploads, ICC color profile preservation, and smart image reuse.
- Beautiful Galleries: Integrated modal galleries with zoom, full-screen, and mobile touch support.
- Cover Images: automated resizing and optimization for social sharing cards.
- Google Standards: Automated
BlogPostingandFAQPageschemas. - Dynamic Meta: Full control over title tags, descriptions, and Open Graph images.
- Discover Ready: Optimized for Google Discover visibility.
- [NEW] Article Playlists: Group articles into ordered series (e.g., "Laravel Mastery: Part 1") for sequential learning.
- Bookmarking System: Save and organize external resources directly within your writing workflow.
- Scheduled Publishing: Plan content with a visual calendar and device-specific previews.
- Rich Text Editor: TinyMCE integration with smart paste handling (preserves formatting from Word/Docs).
- Auto-Reading Time: Calculates reading time automatically.
- Smart Drafts: Auto-save and draft management.
- Reference Counting: Smart deletion ensures shared images aren't removed accidentally.
- Bulk Uploads: Upload 30+ images at once with live progress.
- Metadata: Automatic tracking of dimensions, size, and alt text.
- Multi-Language: Native support for English (
en) and Romanian (ro). - Dark Mode: System-aware dark/light mode integration.
- Accessibility: Built with semantic HTML and ARIA standards.
- Framework: Laravel 11
- Frontend: Livewire 3 + Alpine.js
- Styling: Tailwind CSS
- Icons: Lucide
- PHP 8.2+
- Node.js & NPM
- MySQL 8.0+
-
Clone the repo
git clone https://github.com/zmeuldev/valero.git cd valero -
Install dependencies
composer install npm install
-
Setup environment
cp .env.example .env php artisan key:generate
-
Configure Database in your
.envfile. -
Run migrations & seed
php artisan migrate --seed --class=DemoSeeder # Creates admin@example.com / password -
Start developing
npm run dev php artisan serve
Valero is open-source software. We welcome contributions! Please see our Contributing Guide for details.
Valero is open-sourced software licensed under the MIT license.