boilerplate-laravel
boilerplate-laravel copied to clipboard
Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5 SaaS boilerplate application with Jetstream 5.2 and Sociallite
Description: Enhance the search functionality with advanced filters for users, posts, and groups to provide more precise and relevant search results. Tasks: Design the advanced search filter interface. Implement backend...
Description: Fix layout and usability issues on mobile devices to ensure a seamless user experience across desktops, tablets, and smartphones. Tasks: Review and fix responsive design issues. Test the application...
Description: Integrate a real-time chat feature to facilitate instant communication and collaboration among users. Tasks: Design the chat interface. Implement real-time messaging using WebSockets. Ensure messages are delivered instantly and...
Description: Refactor the admin panel using Filament to enhance user management capabilities, including user roles, permissions, and account settings. Tasks: Redesign the admin panel interface. Implement enhanced user management features....
Description: Create a private messaging system where users can send direct messages to each other securely within the application. Tasks: Design the messaging interface. Implement backend support for private messages....
Description: Address performance bottlenecks in the search functionality to optimize speed and efficiency when searching for users, posts, and groups. Tasks: Profile the search functionality to identify bottlenecks. Optimize database...
Description: Improve real-time notification features to ensure users receive instant updates on new messages, friend requests, and other relevant activities. Tasks: Optimize the notification delivery mechanism. Implement real-time updates using...
Description: Develop functionality to allow users to upload and manage avatars on their profiles, enhancing personalization options. Tasks: Design an avatar upload interface. Implement backend logic for storing and retrieving...
Description: Resolve validation issues during user registration to ensure all required fields are properly validated and errors are displayed correctly. Tasks: Investigate the registration validation process. Correct the validation rules...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.5.20 to 12.1.6. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 12.1.6 Changed #6210: Set default Clover coverage project name #6217: Improve the error message when createStubForIntersectionOfInterfaces() is...