A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.
Create New Post
Contact Us
With this tutorial, we are going to create a photo sharing website. First, we are going to create an images table. Then we’ll cover methods to resize and share images.
The following topics are covered in this tutorial:
- Creating a databa
In this article , we will discuss the design patterns Laravel uses, and how and why are they used, with examples.
The topics that will be discussed in this chapter are as follows:
- Design patterns used in Laravel
- The reasons these pattern
Spend enough time around other developers, and you'll inevitably find that they are a knowledgeable bunch who typically enjoy solving problems and sharing opinions. After hanging around with the PHP developers on reddit's r/php, Mygaming ca
Laravel Elixir Version 3 is now available. You can view more information here:
https://github.com/laravel/elixir/releases
Uploading to Amazon S3 can be a great way to keep your files loading quickly with their CDN, and allow you to work more on your code, rather than your filesystem.
Laravel 5’s new FileSystem makes this easy, but lacks a lot of documentation f
In this article, we’ll see how to build a URL Shortener website with the basics of Laravel framework. The covered topics include:
- Creating a database and migrating our URL Shortener’s table
- Creating our form
- Creating our Li
In this tutorial we’ll code a simple photo gallery system with Laravel. We’ll also cover Laravel’s built-in file validation, file upload, and the hasMany database relation mechanism. We will use thevalidation class to validate the d
Over the last couple of years, the user experience bar for modern consumer and enterprise web application has risen steadily.
Users now expect immersive, responsive and interactive user interfaces that respond and adapt to their input and requirem
Forms are one of the most needed parts of working with html and Web Development. We need html forms to collect user input in an accurate and useful way. Bootstrap famously gives some beautiful looking forms in their demo markup, and while they look g
You may have heard of the new trendy microframework called Lumen. It is a lighter version of Laravel with a few key changes.
One thing that excited me about Lumen is that by default, "facades" are not enabled. What this means, is you can