⚠️ Caution: This package is a work in progress. Don't use this in production or use at your own risk—no guarantees are provided... or better yet, collaborate with me to create the definitive Laravel boilerplate; that's the right place to instroduce your ideas. Let me know your ideas...
- PHP >= 8.5
- Laravel 12.x
- Composer merge-plugin for modular loading (
composer.*.json,Modules/*/composer.json) - Node.js for Vite build (
npm run dev/npm run build)
laravel/framework^12laravel/sanctum^4 for API authnwidart/laravel-modules^12 (<12.0.4) +coolsam/modules+joshbrw/laravel-module-installerfor modular structurespatie/forkfor parallel taskssymfony/http-clientfor HTTP integrations
# vendor packages
composer install
# db prepare
php artisan migrate:fresh
php artisan db:seed
php artisan module:seed --all- ⚡ Core: main common boilerplate functionalities. About Core Module.
- ✎ CMS: common content management functionalities. About CMS module.
- ✨ AI: artificial intelligence capabilities (embeddings, vector search, automatic translation). About AI Module.
APP_*: ambiente, URL, porta, localizzazione, logo.DB_*: connessione (defaultpgsql), host/porta, credenziali.SESSION_*: driver (defaultredis), lifetime e dominio.CACHE_STORE,QUEUE_CONNECTION,FILESYSTEM_DISK,BROADCAST_CONNECTION: store/driver predefiniti (failover/redis/local/log).REDIS_*,MEMCACHED_HOST: configurazioni cache/sessioni.LOG_*: canale/stack/livello log.MAIL_*,AWS_*: mail e S3 (commentati di default).ELASTIC_*,SCOUT_QUEUE: ricerca avanzata (commentati o disattivati di default).OPENAI_API_KEY: chiave AI (commentata).- Core toggles:
ENABLE_USER_REGISTRATION,ENABLE_SOCIAL_LOGIN,ENABLE_USER_LICENSES,ENABLE_USER_2FA,VERIFY_NEW_USER,ENABLE_DYNAMIC_ENTITIES,ENABLE_DYNAMIC_GRIDUTILS,EXPOSE_CRUD_API,FORCE_HTTPS,SOFT_DELETES_EXPIRATION_DAYS,VECTOR_SEARCH_ENABLED,VECTOR_SEARCH_PROVIDER.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
Laraplate and its modules are open-sourced software licensed under the GNU AGPL v3.
For a complete and detailed list of TODOs, read: