+ 3
How to config laraVel in php
configrstion of laravel frame work of php
2 odpowiedzi
+ 3
Hello, Jihad !
For your question, we found suitable websites
Please see them
https://laravel.com/docs/5.6/configuration
https://stackoverflow.com/questions/39563042/laravel-dynamic-config-settings
+ 1
Alexander Sokolov is correct. Laracast is also a great way to get started. It's like YouTube for coding with extensive laravel courses. Also many free ones.
But since laravel is a php MVC framework, make sure to do some plain php coding first and learn the principles of MVC.
For me that would have greatly simplified getting to terms with Laravel; which is a pretty cool framework.