Explain short brief on Facades in Laravel ?
Answer / nafees ahmad
Facades provide a static interface to classes that are available in the application's service container. It serve as static proxies to underlying classes in the service container, providing the benefit of a terse, expressive syntax while maintaining more testability and flexibility than traditional static methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me is laravel an open source?
Tell us can laravel be hacked?
Define lumen.
How to pass custom table name in model?
Explain how to configure cron jobs in homestead?
How secure is laravel?
How will you explain guarded attribute in a laravel model?
What is the latest version of laravel?
What is gate in laravel?
Name databases supported by laravel.
Laravle supports which databases?
Tell me what is system requirement for installation of laravel 5.2 (latest version)?