Skip to content

swolley/laraplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

299 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 

Laraplate Logo

 

⚠️ 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...

About Laraplate

Requirements

  • 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)

Core Dependencies (project root)

  • laravel/framework ^12
  • laravel/sanctum ^4 for API auth
  • nwidart/laravel-modules ^12 (<12.0.4) + coolsam/modules + joshbrw/laravel-module-installer for modular structure
  • spatie/fork for parallel tasks
  • symfony/http-client for HTTP integrations

Install

# vendor packages
composer install

# db prepare
php artisan migrate:fresh
php artisan db:seed
php artisan module:seed --all

Laraplate Modules

  • 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.

Environment (principali variabili)

  • APP_*: ambiente, URL, porta, localizzazione, logo.
  • DB_*: connessione (default pgsql), host/porta, credenziali.
  • SESSION_*: driver (default redis), 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 Logo

About Laravel

Framework

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

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.

License

Laraplate and its modules are open-sourced software licensed under the GNU AGPL v3.

TODO and FIXME

For a complete and detailed list of TODOs, read:

About

A Laravel boilerplate with all the needed functionalitites already builtin

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors