I have installed laravel 11 outside of public_html, and created a link from laravel11/public to public_html/mysite. Accessing from web iswww.mydomain.ca/mysite I'm using Fabricator to create simple web pages. First page should bewww.mydomain.ca/mysite/slug1. But, page always shows in...
I found a bug in Filament on Laravel 11 where, when my users table uses UUIDs for the id column and I have the HasUuids trait in my model, I am unable to log in to the panel without checking "Remember Me." However, if I check "Remember Me," the login works fine. When I use...
Laravel Filament 表格布局无效(将记录排列到网格中 $table->contentGrid() 方法无效)的解决办法 有时,你会发现,比起列表格式,数据更适合于以网格格式排列。Filament 也能处理这种情况! 只需使用$table->contentGrid()方法: use Filament\Tables\Columns\Layout\Stack; use Filament\Tables\Table; public function t...
Filament: Customize Global Text with Laravel Translations 2025-01-24 Sometimes, you need to replace the same text in the system. You could do it by replacing each of them individually... Or by changing the Translation string! Read more Filament: Override Page Render to Log User Activity ...
.github Merge branch '3.x' into laravel-11 Feb 21, 2024 bin wip Sep 10, 2023 bootstrap Update app.php Feb 7, 2024 docs-assets Recompile Mar 8, 2024 packages Update upgrade command for Laravel 11 Mar 13, 2024 tests Revert "Merge pull request filamentphp#11664 from SanderMuller/3.x"...
在laravel11 里安装 filament 的权限插件: althinect/filament-spatie-roles-permissions 提供角色和权限的控制。由于这个插件是基于 spatie/laravel-permission 的,所以先安装它。composer require spatie/laravel-permission安装成功后,在 bootstrap\providers.php 文件里添加:return [ ... Spatie\Permission\Permission...
Like our articles? Become a Premium Member for $129/year or $29/month What else you will get: 69 courses (majority in latest Laravel 11) 90 long-form tutorials access to project repositories access to private Discord Recent New Courses [NEW] Cursor AI: Laravel Hotel Booking Website...
December 13, 2022 · 11 mins, 2111 words Laravel Filament: 12 Best Plugins with Demos Filament is an awesome rapidly growing adminpanel platform that includes table builder, form builder, and more features. But also there are many plugins that add even more functionality. Let's explore some...
小李世界 Doge 先锋 @ dogeow.com
https://github.com/liberu-real-estate/real-estate-laravel Description Welcome to Liberu CRM, our innovative open-source project that reimagines Contact Relationship Management with the power of Laravel 11, PHP 8.3, Livewire 3, and Filament 3. Liberu CRM isn't just a tool for managing contac...