Welcome to our new website! Read our news post to find out what's new 
There is upcoming system maintenance
Sunday 7th December 07:00 We are performing a major migration for our back end systems; downtime is expected to be a few hours while this completes.
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█
Add .gitattributes and .gitignore.
Add project files.
Laravel upgrade merge
Merge branch 'laravel11-upgrade' into 'dev'
Laravel upgrade merge
See merge request lambda/web2/lambdacommunity!3
Laravel 11 Upgrade
Merge branch 'laravel11-upgrade' into 'dev'
Laravel 11 Upgrade
See merge request lambda/web2/lambdaid!3
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring Pint, PHP CS Fixer, or PHP CodeSniffer for your project root.
For more information on customizing the code style applied by Shift, watch this short video.
Convert string references to ::class
PHP 5.5.9 adds the new static class property which provides the fully qualified class name. This is preferred over using strings for class names since the class property references are checked by PHP.
Remove default app files
Shift core files
Streamline config files
Set new ENV variables
Default new bootstrap/app.php
Re-register HTTP middleware
Consolidate service providers
Re-register service providers
Re-register exceptions