Recently I was working on a project where one of our major pain points was users' passwords. Users were added to the application by administrators, so they didn't have passwords when they were first added, and forcing them to set and rememb
LaraDock helps you run your Laravel App on Docker in seconds.
Fábio Vedovelli shares a great tip on how to enable CORS to allow browsers to request and receive data from other domains.
Many developers find it kinda confusing at first on how to go about creating install scripts for clients or users of open source projects. This is a simple template/step-by-step process to help you accomplish that. You can fork, contribute to it or j
Today our team released a new major version of [laravel-backup][1]. It can backup the files and databases of your application to one or more external filesystems. It uses Laravel’s native cloud filesystem to do this. The package can also notify
I often have to code image upload widgets for profile photos or some kind of image editing feature. Each website layout uses custom photo sizes and cropping those image on server side could cause image distortion. Because of this I like to put image
With more than four years of experience with Codeigniter PHP framework we believe that learning, setting up and working with it are all fairly easy. Even our junior developers are able to inculcate the skills necessary for scheduled delivery which, f
Welcome to Laravel video series. In this video series we gonna learn Laravel 5.2 by building simple app, Contact Manager from scratch. So we can show all contacts with pagination, add new contact, update contact, delete contact. Also upload photo for
Hello bards! It took me a long time to write this, but now it's finally here. In this post I will show you how to install and use the package that I have created called Bard for easily creating sitemaps.
Bard
----
Bard is framework agnost
Let’s imagine the situation: you have a big database table (like 10 000 rows or bigger) and you need to run an update to one column. But you cannot run just SQL query – there is some PHP logic behind it. So foreach loop could potentially