15 Essential Packages For Extending Laravel
A collection of 15 of the most useful Laravel libraries and packages that will make developing your apps much easier.
A collection of 15 of the most useful Laravel libraries and packages that will make developing your apps much easier.
A curated list of some of our favorite open-source PHP libraries and frameworks from the last couple of months.
A handcrafted collection of 20 open-source libraries containing some of the most useful and top-quality PHP resources for 2016.
In this tutorial, we are going to build a shout box, which allows visitors of your website to leave short comments to one another.
Today we want to share a cool experiment with you - a cute file browser, which you can upload to your web hosting account and share documents, pictures and other files with the world.
In this quick tip, we will write a tiny URL routing script, backed by an INI file as a database.
This time we will make a very simple registration system that doesn't require or store passwords. It will be easy to modify and embed into an existing PHP website.
In this tutorial we are going to create an AJAX file upload form, that will let visitors upload files from their browsers with drag/drop or by selecting them individually.
In the second part of the tutorial, we are creating the views and writing the CSS that will make our lightweight blog responsive on mobile devices.
In this tutorial, we will be making a lightweight blog system with PHP and CSS3. It won't require a database and it will feature a responsive design that adapts to the screen size of the device.
It is an exciting time to be a PHP developer. There are lots of useful libraries released every day, and with the help of Composer and Github, they are easy to discover and use. Here are 24 of the coolest that I've come across.
Having a local test version of your website is a must if you modify or update it often. So here's an article that will try to explain how to set up a local testing environment for your WordPress powered website.