Make it a breeze to create a jsonapi.org compliant API with Laravel 5.
This library is made with the concept of exposing models in mind, as found in the RESTful API approach.
This library strives to be up to date with the latest JSON API update
I started on a tool a while back to “scratch an itch” in a personal project to make it easier to protect endpoints based on the requested URL. The Invoke library makes it possible to detect the route requested and ensure a set of criteria
In the tutorial on Scotch.io we created a new app called jot-bot to look at how to implement token-based authentication in AngularJS and Laravel by using jwt-auth and Satellizer together. On the Laravel side, jwt-auth let’s us generate JSON web
Adding authentication to an AngularJS and Laravel application is not the most straight-forward, especially if we take the approach of creating independent front-end and backend applications and connecting them with an API exposed by Laravel. Laravel
Laravel provides many methods to send emails. You may use a plain PHP method to send emails, or you may use some email service providers such as Mailgun, Sendgrid, Mandrill, Amazon SES, etc.
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