Here is a curated list of free programming courses that you can take in 2022. Including courses from popular universities like Harvard and Stanford, that provide some free certificates.
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 ...
Automatically generate your API documentation from your existing Laravel routes. Take a look at the example documentation. php artisan api:gen --routePrefix=settings/api/* To generate your API ...
Junior Grossi wrote a tutorial on how to use Corcel package to create a Laravel application with Wordpress backend. WordPress is a powerful CMS written in PHP that allows you to create sites that can ...
Freek Van der Herten has just released a cool package called laravel-honeypot. Using this package, we can prevent spam easily. How honeypots work? The majority of spam bots are pretty dumb. You can ...
phpjobs has a good tutorial on how to add continuous integration to your Laravel app.
Ajay Gupta wrote another tutorial on how to validate Laravel forms using Google reCaptcha. This technique can be used to protect our websites from spamming.
Here's a curated list of free programming courses available for learning in 2024. This compilation includes offers from prestigious colleges like Harvard and Stanford, some of which provide ...
Ahmed Khan wrote a nice tutorial on how to create a Realtime Chatroom With Laravel, VueJS And Pusher.
The package provides the perfect starting point to integrate ElasticSearch into your Laravel application. It is carefully crafted to simplify the usage of ElasticSearch within the Laravel Framework.
In this tutorial, Markus Oberlehner shows us how to observe REST API using Vue.js. Just recently I discovered a rather new feature in Vue.js (since 2.6.0+): Vue.observable. Vue.observable is used ...
Vue Perfect Scrollbar is a Vue.js wrapper for perfect scrollbar, a minimalistic scrollbar plugin ...