Quantcast
Channel: Laravel News
Browsing all 1786 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Invisible reCAPTCHA Integration With Laravel

Invisible reCAPTCHA is an improved version of reCAPTCHA v2 (No CAPTCHA) developed by Google, and users now only need to click the button: “I’m not a robot” to prove they are human. In Invisible...

View Article


Image may be NSFW.
Clik here to view.

Rollbar Config for your Laravel App – Sponsor

Rollbar is an excellent error-monitoring service that I often reach for two reasons: They have a very generous free tier of up to 5,000 events (errors) per month, which is ideal for newer companies...

View Article


Image may be NSFW.
Clik here to view.

Partyline – A Package to Print to the Artisan Console From Anywhere

Partyline is a new package that allows you to output to the console from outside of command class. This allows you more control on how things are printed and is great for when you need to loop items...

View Article

Image may be NSFW.
Clik here to view.

Learn how to Improve the performance of your Laravel app with Performant Laravel

Performant Laravel is a new free video course created by Chris Fidao that covers quick performance wins you can implement right now into your Laravel apps. The course includes 12 videos that range...

View Article

Image may be NSFW.
Clik here to view.

The real-time community site Voten goes open-source

The real-time community site Voten that recently made its first public beta has just announced it’s now an open source project. Voten is powered by Laravel 5.4 and Vue.js so it could be a good project...

View Article


Image may be NSFW.
Clik here to view.

Bring Laravel Collections to JavaScript with Collect.js

Collect.js is a port of Laravel Collections to JavaScript. It’s dependency free and makes working with arrays and objects easy. Here is an example of utilizing the where method: const collection =...

View Article

Image may be NSFW.
Clik here to view.

Laravel.io Launches Its Next Version

The Laravel community project, Laravel.io, that includes a forum and Pastebin, launched a brand new version. The release features a new design, a new authentication system, and the entire codebase has...

View Article

Image may be NSFW.
Clik here to view.

Coaster CMS

Coaster CMS is a Laravel powered CMS created by the full-service digital agency Web-Feet.co.uk. Being an agency, they specialize in offering solutions to a wide range of clients, and this is where...

View Article


Image may be NSFW.
Clik here to view.

Monica is a Laravel Powered Personal Relationship Manager

Monica is a new kind of CRM that is designed to organize interactions with your friends and family and it’s built on Laravel. Monica allows people to keep track of everything that’s important about...

View Article


Image may be NSFW.
Clik here to view.

Email Notifications from Understand.io – sponsor

Built specifically for Laravel, Understand.io is a very powerful tool used by hundreds of developers to stay on top of their application’s health. In addition to performing live search and analysis on...

View Article

Image may be NSFW.
Clik here to view.

DD and Dump Is coming to Collections in Laravel 5.5

Coming to Laravel 5.5 is two brand new methods on the Collections class that will make debugging easier than ever before. These are dd and dump. Pretend you have a simple collection setup and are...

View Article

Image may be NSFW.
Clik here to view.

Laracon US Live Stream Tickets on Sale

Laracon US is once again offering tickets to the live stream plus early access to the recorded videos for $29.99. Please note that the live stream feed connection information will be distributed the...

View Article

Image may be NSFW.
Clik here to view.

Tweetsnippet – A Curated List of Tips and Tricks posted on Twitter

Tweetsnippet is a new site created by Casper Sørensen that curates tech tips and tricks that are posted on Twitter and puts them all in one place so it’s easy to browse and find them later. I asked...

View Article


Image may be NSFW.
Clik here to view.

Laravel V5.4.28 is now released

The Laravel team released V5.4.28 yesterday and it includes a few new useful features. The first of these is a new array_random helper that allows you do something like this: array_random(['one',...

View Article

Image may be NSFW.
Clik here to view.

A guide for prioritizing application errors

This tutorial brought to you by Remove guesswork and save time prioritizing bug fixes Bug fixes and building new features are always in competition with each other, and it’s common for teams to have a...

View Article


Image may be NSFW.
Clik here to view.

Laravel 5.5 Pivot Casting

A new addition to Laravel 5.5 will add support for pivot table casts when inserting & updating data on an intermediate table model. Currently, the $casts you set on a traditional model will work...

View Article

Image may be NSFW.
Clik here to view.

Homeboy Allows You to Automate Adding Sites to Homestead

Homeboy is a new package for Laravel Homestead that allows you to add a new local development site quickly. Once you run the command line tool, it will update your host file to point your dev domain,...

View Article


Image may be NSFW.
Clik here to view.

Free Wildcard SSL Certs are coming to Let’s Encrypt

Let’s Encrypt will release wildcard SSL certificate support in January 2018. This will ease the burden of adopting and deploying SSL in cases where multiple subdomains need SSL support. From the...

View Article

Image may be NSFW.
Clik here to view.

A Roundup of Laravel Testing Resources and Packages

Testing code is one of the more challenging parts of programming, but luckily Laravel and some other tools are making it easier than ever. Research has even shown implementing a Test-Driven...

View Article

Image may be NSFW.
Clik here to view.

Blade::if() Directives

A new Blade addition in Laravel 5.5 will add support for simplifying custom if statements in your views. The syntax might something like this in your AppServiceProvider::boot() method: use...

View Article
Browsing all 1786 articles
Browse latest View live