adbrsln / training-laravel-feb2019-01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Development with Laravel Framework (23-24 February 2019)

Helper

Laravel: Creating Your Own Helpers

Eloquent: Observer

Laravel Observer

Processors vs Services

Processor: Think of processes of getting something. It's like you are registering for company to SSM. You provide your company details and give to SSM to PROCESS. That PROCESS, is the process of the SSM have. In application terms, SSM = application, processing the company registration form is a Processor.

Service: Think of service provider like TM Unifi, Celcom, McDonald. They provide services to end users. In application level, the application provide service to consumer, which the consumer is the other application that want to use the application services.

Macros

Advanced Seeder / Environment Seeder

  • Development
  • Staging
  • Production
  • PHPUnit Test
  • UAT / FAT if necessary

PHPUnit Tests

  • Feature & Unit Test
  • HTTP Tests
  • Console Tests
  • Browser Tests
  • Database
  • Mocking

Laravel Nova

Best Practices

About


Languages

Language:PHP 96.1%Language:HTML 3.3%Language:Vue 0.6%