-
Laravel 5.1 & above
- Laravel Documentation
- Laracasts Video Tutorials
- Our Laravel Boilerplate
- New projects are typically started with the latest stable version, via our Laravel Boilerplate
-
Laravel Homestead used as deployment environment
-
PHP 7.0 & above
- PHP Documentation
- New servers are deployed with PHP 7.2
-
Laravel Mix used for JS & SCSS asset compilation
-
React
-
Git & GitHub private repositories used for version control
- Git Command Reference
- Oh Shit, Git! - Help with fixing version control mistakes
- BFG Repo-Cleaner - Tool to remove accidentally committed passwords, API keys and large binary files
-
Amazon EC2 instances typically used for hosting
- Background on Amazon EC2
- Each production application has its own EC2 instance
- Staging applications share hosting on the 'workshop' EC2 instance
-
Laravel Forge used for deployment