Laravel - Up and Running: A Framework for Building Modern PHP Apps Amazon.com | Amazon.co.uk Matt Stauffer What sets Laravel apart from…
Last time I updated you guys on this, I only had a list of ideas and how it would initially pan out. I have now started the project and…
If you're looking forward to what Laravel 5.3 has to offer then I would definitely recommend that you watch this video of Taylor Otwell…
The last two days I have been keeping an eye on the Laracon US live stream shown on StreamACon and while the first day of the stream didn…
In my last post, I said how I would create a new open sourced social networking website and I would start out on the API. To get us started…
A long while back, I said I would love to create and document making a social networking website using the Laravel framework, well that hasn…
I have started using Laravel's View Composers which come in handy when you have a navigation bar that constantly needs certain data. For…
Just recently at work, I had to change the way my news articles worked. We have a client who has Holiday Homes, and they have news articles…
I've been developing a couple of projects which use UTF-8 encoding on my databases, but have found that this has been problematic recently…
I needed a way to change the sort order of my data inside of an admin interface which I have created. After a little looking around, I found…
For this tutorial, I will show you guys how I managed to create an image uploader for your profile image. This is very similar to how…
This will be a fairly simple tutorial as I'm not re-creating the wheel here. I started by developing a login/registration system by myself…
Just today, I was looking at using a ternary operator in Laravel's Blade templating system and thought to myself... "There must be a better…
I have been in the Laravel chats for quite a while now and one question which I see requarly is how to remove the public/index.php directory…
I have managed to create a dynamic navigation package which can be seen in my previous post. If you go to Packagist you will be able to…
Learn more Laravel here Thanks to this very Laravel topic over at Laravel.io and Josh Benham I managed to find out how to make my very…
I've been wanting to make a social networking website for a long time, one which will rival the big guys. I also thought about maybe doing…
Previously on a project, I had to have a slug within my routes which would point to two different tables within my database. I needed a…