Getting started with Laravel
I still receive plenty of questions about getting started with Laravel, how to install and use Composer and similar, so here is a small overview…
I still receive plenty of questions about getting started with Laravel, how to install and use Composer and similar, so here is a small overview…
Today I am going to cover forms in PHP. Forms are basic thing when you need to post some information to your application in order to save it to database, email it or print it. I am going to show how to pass information through form to another page and how to do it using AJAX, so your page does not need to refresh.