Ausführen verschiedener PHP-Versionen auf einem Server unter Verwendung von Apache und PHP-FPM unter Debian 10
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Der…
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Der…
In this tutorial, you will automate WordPress deployments using Buddy CI/CD, a new user-friendly tool offering continuous integration and continuous deployment solutions.
In this guide, you’ll create a database migration to set up the table where you’ll save the application links. In order to do that, you’ll use the [Artisan](https://laravel.com/docs/8.x/artisan) command-line tool that comes with Laravel by default. At the end, you will be able to destroy and recreate your database tables as many times as you want, using only `artisan` commands.
In this tutorial, learn how to set up a one-to-many relationship in Laravel Eloquent. You’ll modify the initial database structure from the Landing Laravel demo application to include a second table, which you will use to organize links into lists.
Conteneuriser une application fait référence au processus d’adaptation d’une application et de ses composants afin de pouvoir l’exécuter dans des environnements légers appelés conteneurs. Ces environnements sont isolés et…
In a previous part of this series, you learned about how to query the database using Eloquent models. In this section, you’ll create a new route within the application to show links by list. You’ll also learn how to use the `where()` method with Eloquent to better filter results in a database query.
Контейнеризация приложения — это процесс адаптации приложения и его компонентов для работы в облегченных средах, называемых контейнерами. Это изолируемые одноразовые среды, которые используются для разработки, тестирования и…
Laravel form requests are special classes that extend the functionality of regular request classes, enabling advanced validation features. Form requests also help to keep your controller actions a lot cleaner, because you can move all your validation logic to the form request class.
Conteinerizar um aplicativo se refere ao processo de adaptar um aplicativo e seus componentes com a finalidade de conseguir executá-lo em ambientes leves, conhecidos como contêineres. Esses ambientes são isolados e…
Get ready to install Zend Server 6 on a CentOS 6.4 VPS.