PHP Frameworks

How To Use Lithium to Create a Web App — step-by-step Databases tutorial on Progressive Robot

How To Use Lithium to Create a Web App

In this tutorial, we’ll continue where we left off previously when we installed Lithium onto our Ubuntu 12.04 VPS and configured all the necessary requirements for building our web application. If you remember, we also connected a MySQL database and had a glimpse of how to print out “Hello World” onto the page. What will follow now is illustrating how to use the three MVC components (Models, Views and Controllers) together with the Lithium framework.

Read more
How To Use Migrations to Create and Manage Database Tables in Laravel — step-by-step Programming tutorial on Progressive Robot

How To Use Migrations to Create and Manage Database Tables in Laravel

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.

Read more
Контейнеризация приложения Laravel 6 для разработки с помощью Docker Compose в Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

Контейнеризация приложения Laravel 6 для разработки с помощью Docker Compose в Ubuntu 18.04

Контейнеризация приложения — это процесс адаптации приложения и его компонентов для работы в облегченных средах, называемых контейнерами. Это изолируемые одноразовые среды, которые используются для разработки, тестирования и…

Read more
CHAT