Quick Tip for Devs: Laravel 12’s new AI-powered code generation in Artisan is a game-changer!
Laravel 12’s new AI-powered code generation in Artisan is a game-changer! Generate Rust-inspired safe APIs in seconds.
Laravel 12’s new AI-powered code generation in Artisan is a game-changer! Generate Rust-inspired safe APIs in seconds.
Problem: I want git to ignore the .env file that contains my local development environment configuration. I’m using git in VS Code editor. This is how the .env file is listed in the .gitignore file. *.env .env But it keeps syncing with the git repository. And every time the code has been merged, the staging […]
I have been working on an application named “EasySME” with Laravel & MySQL. And a client requested a new feature that he wants to clone/copy/duplicate the existing Invoice. So, I have done a few searches and R&D and found out that Laravel ships with a built-in function called replicate(). Laravel is awesome, you want it […]
Hey there.. hope you are facing the same problem as I am facing to update the DB from phpMyAdmin.. and no ssh access from Cpanel to run the migration command on the terminal. And you are in the right place.. here is the solution to get the dump query from the Laravel migration file. Command: […]
Remove big (.zip) files from git commit history.
Convert a number to a Comma separated value or string with the Decimal point in JavaScript
If you working in any editor, you would like to set the environment as you want. And in Sublime Text you can set your preferences in a easy way. – Go to Preferences > Settings – User and put the below preferences. You can also tweak the settings by blocking/unblocking the setting by double front […]