We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
config/app.php
Go ahead and look at the contents of the config/app.php file.
Continúa y observa los contenidos del archivo config/app.php.
In config/app.php, uncomment the line that looks like
En config/app.php, descomentar la línea para que se vea así
Next include the service provider within your config/app.php file.
Posteriormente debes agregar el proveedor de servicios en tu fichero config/app.php
And as we've mentioned earlier, it picks up the list of service providers from the config/app.php file.
Y como mencionamos anteriormente, recoge la lista de proveedores de servicios del archivo config/app.php.
Let's open the config/app.php and add the following entry in the providers array at the end.
Vamos a abrir config/app.php y agregar la siguiente entrada en el final del arreglo providers.
Finally, let's enable the broadcast service in config/app.php by removing the comment in the following line.
Por último, vamos a habilitar el servicio de difusión en config/app.php quitando el comentario en la siguiente línea.
config/app.php: This is the existing file that we'll use to add an entry of our custom service provider so that we can load views and routes using that file.
config/app.php: Archivo existente que usaremos para agregar una entrada de nuestro proveedor de servicio personalizado para que podamos cargar vistas y rutas usando ese archivo.
The advantage to using Composer is that it will automatically complete some important set up tasks, such as setting the correct file permissions and creating your config/app.php file for you.
La ventaja de usar «Composer» es que completará automáticamente algunas tareas de configuración importantes, como configurar los permisos de archivo correctos y crear su archivo config/app.php para usted.
The advantage to using Composer is that it will automatically complete some important set up tasks, such as setting the correct file permissions and creating your config/app.php file for you.
La ventaja de utilizar Composer es que automáticamente realizará algunas tareas importantes como configurar correctamente el archivo de permisos y crear tu archivo config/app.php.
In order to register the Facade add the following line to the end of aliases array in your config/app.php file.
Paso 3: Agregar el Alias En el archivo config/app.php, agregar la siguiente línea al array aliases
Replace the values in the Datasources.default array in your config/app.php file with those that apply to your setup.
La configuración debería ser bastante sencilla: solo cambia los valores del array Datasources.default en el archivo config/app.php por aquellos que apliquen a tu instalación.
Else you'd need to change the default salt value by editing config/app.php.
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.