How to clone a particular branch from Github
git clone --single-branch --branch dev git@github.com:PlayaMeetsSupport/playa-meets-webapp.git
Flutter concatenation
In dart there are many string options. For concatenation, you can do :
Laravel Actions – Laravel package
⚡ Classes that take care of one specific task. This package introduces a new way of organising the logic of your Laravel applications by focusing on the actions your application provide.…
How to force Laravel Project to use HTTPS for all routes using htaccess
Using the following code in your .htaccess file automatically redirects visitors to the HTTPS version of your site:
Livewire – Laravel full-stack framework
Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. Building modern web apps is hard. Tools like Vue and React are…
The World – Laravel package
The World is a Laravel package which provides a list of the countries, states, cities, timezones, currencies and languages. It can be consumed with the World Facade or the defined…
Multi column Easy search with Eloquent
Easy way to create many filters aggregated in Eloquent with query string
How to Disable Laravel’s Eloquent timestamps
Disable Laravel's Eloquent timestamps
Geocoding field using Select component
Filament's Select component is quite powerful as it gives you a full autocomplete. You can use this for a simple geocoding search.