18 posts categorised with Laravel

5 of the best Laravel books 12 June, 2017

Laravel - Up and Running: A Framework for Building Modern PHP Apps Amazon.com | Amazon.co.uk Matt Stauffer What sets Laravel apart from…

Social Network API update 30 August, 2016

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…

Watch Taylor Otwell - Laravel 5.3 Overview from Laracon US! 03 August, 2016

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…

Laracon US - Laravel 5.3 overview 29 July, 2016

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…

Social Networking site - Starting point 27 July, 2016

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…

The beginning of our Laravel social network 22 July, 2016

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…

Using View Composers in Laravel 5.2 03 February, 2016

I have started using Laravel's View Composers which come in handy when you have a navigation bar that constantly needs certain data. For…

Unique slug for news articles using Laravel's unique valitation 27 January, 2015

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…

UTF-8 causing problems for Social and Email Websites Laravel 08 December, 2014

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…

How To Use Jquery UI Sortable in Laravel 4 03 September, 2014

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…

Laravel AJAX Tutorial Using HTML5's FormData 28 August, 2014

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…

User Registration and Login 23 August, 2014

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…

Nice little Laravel tip (Blade Ternary Operator) 26 June, 2014

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…

Laravel Dynamic Menu Navigation Package 29 May, 2014

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…

Laravel Dynamic Menu Navigation Package 28 May, 2014

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…

Laravel Dynamic Menu Tutorial (Best for Admin packages) 20 May, 2014

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…

Social Networking Website Based in Laravel 05 April, 2014

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…

First Laravel Tutorial - Controllers and Routes 29 March, 2014

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…

All categories