Simple blog application in Laravel 5
Learn how to create a simple blogging application with following features:
Anyone can login/register
Users can be ‘admin’, ‘author’ or ‘subscriber’.
Authors can write/update/delete their own posts.
Admi
Learn how to create a simple blogging application with following features:
Anyone can login/register
Users can be ‘admin’, ‘author’ or ‘subscriber’.
Authors can write/update/delete their own posts.
Admi
This tutorial will show how to implement our own OAuth server using the bhaffer library in Laravel 5. There are small changes in the implementation of the library in Laravel 5 which I have shown in the video. And you can view the source code on this
Building your own applications, even on a simple or small scale, is a great way to build your skills. This Link Sharing Website tutorial using Laravel will help us to do just that.
In Laravel 5.1, the framework includes functionality called broadcasting events that makes it easy to create real-time apps in PHP. With this new functionality, an app can publish events to various cloud-based real-time PubSub solutions, like Pusher,
There are a few tutorials out there about how to set up Sublime Text and Xdebug so they play nice together. The good news is that in our case, Homestead has covered the configuration of Xdebug for us: the tool is already available and reporting for d
One of the great things about Laravel is it’s flexibility. In this tutorial we are going to go through every step of developing our own custom package, from coding to deploying our package on Packagist and Github for other developers to use. Le
In the previous part, we’ve bootstrapped our Laravel CRUD application by creating the database, some controllers, basic routes and simple views. In this part, we’ll wrap things up and implement proper CRUD.
Lumen is a “micro-framework” built on top of Laravel’s components created by Taylor Otwell who is also responsible for Laravel.
It has been designed to develop micro services like small application or web service. It has been dev
Learning Angular with Laravel 5 by building practical single-page applications!
Wanna learn everything about Laravel, AJAX, jQuery and front-end components? This new book is for you!