Personally I don't know if this is a good practice, but you (and future me) might like it. Stay up to date with all things Laravel, PHP, and JavaScript.
If you use Eloquent API Resources to return data, they will be automatically wrapped in 'data'. If you want to remove it, add JsonResource::withoutWrapping(); i...
In this short tutorial we will see how to delete record in laravel 9 using inertia vue 3. For this section we will use Vue 3 SFCs method . OR: You can also use...
In the last part, we completed user Authentication for our admin panel. In this part, we going to implement user roles and permissions. Multiple user roles and...
Ever thought it was a bit tedious to define an API resource for a large table? This package makes life a bit simpler by presetting all columns in a Resource, so...
Stay up to date with all things Laravel, PHP, and JavaScript. Follow me on Twitter. I regularly tweet out programming tips, and what I myself have learned in on...
Saloon offers a fluent, object-oriented pattern to build your next API integration or PHP SDK. It makes sharing API requests throughout your application a breez...
According to a research report, users' session is shorter on every website nowadays. In this case, you can simplify the registration and login process for your...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
The package manager for macOS, Homebrew will install everything you need on your system, it's similar to apt-get for linux users. I use this with Oh My ZSH! for...
A common issue with working in a team on a project is dealing with Pull Requests that don't have the required information to understand the reason why for the c...
In this article let’s go over how we can install TailwindCSS on an HTML project. The simplest and fastest way to get up and running with Tailwind CSS from scrat...
Ever wondered how big services such as youtube tend to hide their ids in their URLs? I am sure you have seen how youtube masks the ids by showing a random strin...