# coding-conventions > Coding conventions for my applications - Author: Job Okoth - Repository: jobokoth/property-manager-app - Version: 20260207001051 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/jobokoth/property-manager-app - Web: https://mule.run/skillshub/@@jobokoth/property-manager-app~coding-conventions:20260207001051 --- --- name: coding-conventions description: Coding conventions for my applications --- # Coding Conventions - Always update and use the Latest version of Laravel https://github.com/laravel/laravel/blob/12.x/CHANGELOG.md - Always use MySQL not SQL Lite - Always use Latest version of Filament for Admin https://github.com/filamentphp/filament/tree/5.x - For Roles & Permissions use Spatie https://github.com/spatie/laravel-permission - Always include pagination for list endpoints - Version APIs in the URL path (/v1/, /v2/)