资讯

Laravel Cheat Sheet , Codes , function , methods of laravel framework ...
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!
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 ...
Froala is a WYSIWYG Editor written in Javascript that has many more than 100 valuable features to enable rich editing capabilities. A WYSIWYG HTML editor created by developers, for developers. With a ...
bhaskar wrote a tutorial on how to build Google Authentication with Laravel 5.3. Authentication with third party providers like google, facebook, twitter etc. is very common functionality in every web ...
Laravel Websockets is a Laravel package that can handle the server side of WebSockets, written in PHP. With it, we don't have to use Pusher or laravel-echo-server anymore. It has extensive ...
This article explains how we can create a dynamic multi-level menu in laravel. It shows parents and child menu with a nested tree view structure.
In order to optimize your website load time, you should not load too many resources on one page as it could result in longer page load times. That is why it is good to use pagination to limit the ...
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.
In this example, I will show you how to add a full-text search using scout in laravel 6. Here we will use Scout and Algolia to perform the search. You just need to create an account at algolia.com and ...