Learn to deploy a Vultr server with the Laravel Marketplace App and host a Laravel application with Vultr Managed Database and Let's Encrypt SSL.
Installing October CMS on your local machine can tedious. Usually, you would have to download the source files, edit your hosts file, vhosts, etc. However there is an easier way and in this post, ...
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 ...
Dennis Smink wrote a nice Laravel tutorial on how to create a lock screen. Unlike your phone that locks automatically after an X number of seconds, Laravel does not come with a locking feature. In ...
Fouladgar.dev shows us how to make a filter for Models with a checking “authorization” filter in Laravel. You will learn how to : Make a filter for an eloquent model Apply filters on a query builder ...
Need a nice dashboard for your Laravel projects? freekmurze shared his team's dashboard which is made with Laravel 5 and Vue.
Before you deploy your application in a hostile environment, full of merciless bots and malicious users, there are a number of security considerations that you must keep in mind. In this article, we ...
According to the CAGR survey, the global POS terminals market recorded for USD 62.34 billion in 2018 and is expected to register 7.8% from 2019 to 2025. Inventory split is one of the key features of ...
If you are looking to build an email marketing tool like sendy or mailchimp with Laravel, continue reading. Laravel Mailable works like a charm, but the dependency on using a blade file as the view ...
Rob Simpkins shares five awesome code snippets that he frequently uses across all his Laravel applications. These snippets are very useful. Be sure to check them out and use them for your projects!
In this example, we will show you how to insert data into Mysql using VueJs with PHP SPA Authentication using Laravel Sanctum (formerly Airlock) In this video, you will learn how to build a SPA ...
Freek Van der Herten built a new package that we can use to log all users' activity easily: Laravel ActivityLog.