blog

How to add Customer'a Company Data for Invoice on the Registration Form in Laravel Spark

Opublikowano: 3 lata temu

Laravel Spark is a Laravel based package that provides scaffolding for all of the stuff you don't want to code. Subscription billing, invoices, authentication, password resets, team billing, two-factor authentication etc. It's a good starting point for a project that needs billing. In this post I will show you how to change a registration form so it includes the information your client needs on the invoices he receives from you.

Czytaj dalej...
blog

How to add a column to an existing multidimensional php array and then change value in one of it’s columns

Opublikowano: 5 lat temu

If you want to add column to an existing PHP array you can do in accessing it by reference.

Czytaj dalej...
blog

How to install DBMail with MySQL backend on Ubuntu Server 14.04 LTE

Opublikowano: 5 lat temu

In this article I will show you step-by-step how to install and configure DBMail server on Ubuntu Server 14.04 LTE. DBMail in my opinion is a great solution for those who want robust and scalable mail server.

Czytaj dalej...
blog

How to migrate the whole MySQL database with data and users into another server

Opublikowano: 7 lat temu

Recently I had to move my services from one server into another. The problem was that I had lots of web pages relaying on many databases with specific users. What’s more I didn’t want to change the databases users and passwords. If you have similar problem this is the way you can do it.

Czytaj dalej...
blog

Basic authentication in Laravel 5.1 route how-to

Opublikowano: 7 lat temu

Sometimes you’d like to have very simple and basic authentication similar to HTTP basic authentication applied to a directory.

Czytaj dalej...