How to Configuration Laravel - Encryption ?
Answer / suresh kumar
The command used to generate the key in Laravel is shown below -
php artisan key:generate
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get current environment in laravel 5?
Does laravel support caching?
Explain dependency injection?
What do you mean by boot & register method used in laravel 5?
Difference between facades vs. Dependency injection?
What is escape string?
What are the Versions Laravel - Understanding Release Process ?
Explain what is valet?
How do I make a particular task run everyday by 10pm?
What is database migration used in laravel 5? Explain
How to localize resource uris in laravel?
How can you write your own service provider in laravel.