This coming Wednesday, March 6th, ProcessMaker, is hosting viewing parties for Laracon Online in Raleigh-Durham, NC and Las Vegas, NV. Attendees will have the c...
I created a empty blog on Laravel. The project is empty but the default libraries and components, i.e. there is nothing here but the boilerplate of Laravel. For...
Optimising relational databases is much harder in high-load circumstances: buying an even more powerful hardware is expensive, and one cannot just turn off the...
Today I want to share about how to deploy a Laravel App into Heroku. In this tutorial, I assume that you are quite familiar with Laravel, because I will not dis...
Recently I started working on a cool feature for the Laravel Shopr package involving some money formatting stuff. Formatting money is often hell but I got reall...
When using mobile applications there are moments that you might have come across to upload files or images to a server, as an example if you are developing a pr...
The first issue i’ve faced is that to create real-time applications with laravel the most common tools is pusher and it’s expensive for a simple developer like...
Learn how to improve your PHP security with the PHP security checklist. Avoid PHP vulnerabilities form the OWASP top 10, follow infra security best practices an...
Get laravel 5 latest interview questions for freshers, 2, 3, 4, and 5 year experienced professional at Best Interview Questions. We have prepared best 40 larave...
Laravel has a number of useful little make commands. These allow you generate a new class based off a template but how easy is it to make your own command to do...
I was assigned to a task to send email notification to all registered users when their thread has a new message and they weren’t able to read it. The solution w...
Let’s use Heroku to deploy PHP Hello World project into live within 5 minutes. This article contains very first basic steps to deal with Heroku auto deployment
There is a reason why DBA is a profession, the nuances of a database can lead anyone to insanity and MySQL nuances are no different. I don’t know these nuances...
For the sake of simplicity I will define a 3 tables, which is the student, teacher & classroom then having a schema that look like below: As you can see, the st...