NAVIGATION - Streats22/LaraGrapePackage GitHub Wiki
🧭 Wiki Navigation Guide
Quick guide to help you find what you need in the LaraGrape documentation.
🚀 Getting Started
New to LaraGrape?
- Quick Start Guide - Get up and running in minutes
- Installation Guide - Complete setup instructions
- [First Page Creation](Admin Panel.md) - Create your first page
Already Installed?
- [Admin Panel Overview](Admin Panel.md) - Understanding the interface
- [Block System](Block System.md) - Working with blocks
- [Custom Blocks](Custom Block System.md) - Building custom components
🎯 By User Type
👨💻 Developers
- [API Reference](Api Reference.md) - Service classes and methods
- Development Guide - Extending LaraGrape
- Best Practices - Development guidelines
- Performance Optimization - Optimizing your app
🎨 Designers
- [Visual Block Builder](Custom Block System.md) - Creating custom blocks
- Tailwind Configuration - Theme management
- Responsive Design - Mobile-first design
- Custom Themes - Creating custom themes
👥 Content Managers
- [Page Management](Admin Panel.md) - Creating and editing pages
- [Site Settings](Admin Panel.md) - Configuring your site
- [Block System](Block System.md) - Using pre-built blocks
- [Custom Blocks](Custom Block System.md) - Building reusable components
📚 By Topic
🧩 Core Systems
- [Block System](Block System.md) - Dynamic block loading
- [Component System](Block System.md) - Modular components
- [Custom Blocks](Custom Block System.md) - Visual block builder
- [Site Settings](Admin Panel.md) - Site configuration
🎨 Visual Builder
- [GrapesJS Integration](GrapeJs Intergration.md) - Visual page building
- [Block Editor](GrapeJs Intergration.md) - Using the editor
- [Style Manager](GrapeJs Intergration.md) - Managing styles
- [Responsive Design](GrapeJs Intergration.md) - Mobile-first approach
🎯 Admin Panel
- [Overview](Admin Panel.md) - Admin interface guide
- [Page Management](Admin Panel.md) - Managing pages
- [Custom Block Builder](Custom Block System.md) - Building blocks
- [Site Settings](Admin Panel.md) - Configuration
- Tailwind Configuration - Theme management
🔧 Development
- [API Reference](Api Reference.md) - Service classes and methods
- Customization - Extending LaraGrape
- Best Practices - Development guidelines
- Performance Optimization - Optimizing performance
🎨 Theming & Styling
- Tailwind CSS Integration - Dynamic Tailwind
- Custom Themes - Creating themes
- Dark Mode - Dark mode implementation
- Responsive Design - Mobile-first design
🔍 Troubleshooting
- [Common Issues](Common Issues.md) - Frequently encountered problems
- [Error Handling](Common Issues.md) - Understanding errors
- [Debug Mode](Common Issues.md) - Debugging your app
- [Performance Issues](Common Issues.md) - Resolving performance problems
📖 Reference
- Configuration - All configuration options
- Commands - Available Artisan commands
- [Database Schema](Api Reference.md) - Database structure
- File Structure - Package organization
🔍 Search by Problem
"I can't install LaraGrape"
- Installation Guide - Complete setup instructions
- [Troubleshooting](Common Issues.md) - Common installation issues
"Blocks aren't loading"
- [Block System](Block System.md) - Understanding blocks
- [Troubleshooting](Common Issues.md) - Block loading issues
"Admin panel not working"
- [Admin Panel Overview](Admin Panel.md) - Admin interface guide
- [Troubleshooting](Common Issues.md) - Admin panel issues
"Styling not working"
- Tailwind Configuration - Theme management
- Theming Guide - Tailwind CSS integration
"How do I create custom blocks?"
- [Custom Blocks](Custom Block System.md) - Visual block builder
- [Block System](Block System.md) - Understanding the system
"Performance is slow"
- Performance Optimization - Optimizing your app
- [Troubleshooting](Common Issues.md) - Performance issues
📋 Quick Reference
Essential Commands
# Setup
php artisan laragrape:setup --all
# Create admin user
php artisan make:filament-user
# Rebuild Tailwind
php artisan tailwind:rebuild
# Clear cache
php artisan optimize:clear
Key URLs
- Admin Panel:
/admin
- Block Preview:
/admin/block-preview/{blockId}
- Pages:
/admin/pages
- Custom Blocks:
/admin/custom-blocks
- Site Settings:
/admin/site-settings
- Tailwind Config:
/admin/tailwind-configs
Important Files
- Block Directory:
resources/views/filament/blocks/
- Custom CSS:
resources/css/site.css
- Page Template:
resources/views/pages/show.blade.php
- Admin Layout:
resources/views/components/layout/app.blade.php
🆘 Need Help?
Documentation Issues
- Check the [Troubleshooting Guide](Common Issues.md)
- Search existing GitHub Issues
- Create a new issue with detailed information
Getting Support
- GitHub Issues: Report bugs and request features
- GitHub Discussions: Ask questions and share ideas
- Documentation: This wiki contains comprehensive guides
Contributing
- Contributing Guide - How to contribute
- Code of Conduct - Community guidelines
- Security Policy - Security reporting
Can't find what you're looking for? Check the main documentation index or search the repository for specific terms.