Download the PHP package codewithdennis/larament without Composer
On this page you can find all versions of the php package codewithdennis/larament. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codewithdennis/larament
More information about codewithdennis/larament
Files in codewithdennis/larament
Package larament
Short Description Larament is a time-saving starter kit to quickly launch Laravel 12.x projects. It includes FilamentPHP 4.x pre-installed and configured, along with additional tools and features to streamline your development workflow.
License MIT
Informations about the package larament
Larament
A bloat-free starter kit for Laravel 12.x with FilamentPHP 4.x pre-configured. Only essential development tools included.
[!CAUTION] Filament 4 is currently in beta — use it cautiously in production.
[!NOTE] Requires PHP 8.3 or higher.
What's Included
Core Dependencies
- Laravel 12.x - The PHP framework
- FilamentPHP 4.x - Admin panel with SPA mode, custom theme, and MFA enabled
- nunomaduro/essentials - Better Laravel defaults (strict models, auto-eager loading, immutable dates)
Development Tools
- larastan/larastan - Static analysis
- laravel/pint - Code style fixer
- pestphp/pest - Testing framework
- rector/rector - Automated refactoring
- barryvdh/laravel-debugbar - Development insights
Testing
Includes a comprehensive test suite with Pest - perfect for learning testing or as a reference for your own tests.
Quick Start
Features
Filament Admin Panel
- SPA mode enabled
- Custom login page with autofilled credentials in local environment
- Custom theme included
- Profile management enabled
- MFA (App Authentication) enabled
Filament Tables
- Striped rows for better visual separation
- Deferred loading for improved performance
Development Workflow
Customizations
Migration Stubs
Custom stubs remove the down()
method by default. Remove the custom stubs to use Laravel's default templates.
Helper Functions
Add your own helpers in app/Helpers.php
:
Terminal Aliases
Simple Alias
Advanced Function (Example with Herd)
Add this to your ~/.bashrc
, ~/.zshrc
, or shell configuration file:
Usage:
All versions of larament with dependencies
filament/filament Version ^4.0
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
nunomaduro/essentials Version ^0.1