When writing an API, it’s always a good idea to give the API users an interactive visualization of your complete API. Things can get more awesome if the interactive tool can be used as a playground to test your API. Google’s OAuth 2.0 P
As soon as your web application gains any kind of traction you will become the target for brute force attacks.
Whilst an all out attack is very difficult to fight against, there are certain things you can you put in place to try to thwart brute fo
Clean out old code can be hard. When your application has numerous javascript widgets, blade templates and forms you can not easily say what routes are being used. But with just a few artisan commands we can easily make this happen.
Also this can
In this post I will show you how to change your Laravel validation rules based on the request method type. This is useful when you want your validation logic encapsulated in one validation class. By the way. There’s nothing bad about having sev
Sam shows you how to authenticate users and post status using Laravel 5 framework.
> This deal has expired, but you can still get another programming book for free. Check the link out.
Packt Publishing is giving you a premium book for free! Just click the link below, register an account if you don't have one yet, login a
ften times - for example, with index page lists - we have virtually the same blade for all of our models. "Virtually" all is the key word - because of course, a few will have some small differences. The temptation is to start adding conditi
We would like to let you know that Microsoft is now giving you a free Pluralsight 6-month Pro Subscription, which usually costs $250.
Here is a simple way to manage storing and displaying dates and times in Laravel in the user's timezone.
First of all, we are going to store all dates and times in UTC. In Laravel, make sure that the timezone is set to UTC in config/app.php
Spatie, the company where I work, recently released a Laravel package called laravel-sluggable. It automatically creates unique slugs when saving a model.
To install that package you just need to put the provided Spatie\Sluggable\HasSlug-trait on