Laravel 11 is a powerful PHP framework that simplifies web development, offering an expressive syntax, rich ecosystem, and many built-in features. Here’s a detailed guide
Tag: Laravel
Laravel artisan commands on server
We are using Laravel artisan commands in localhost for create some laravel resources like creating controllers, models, middleware, jobs, etc. But on serve, we have
Clear caching in Laravel
To clear caching in Laravel, you can use Artisan commands to remove various cached data types. We can clear cache using command line with Laravel artisan
Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column can’t have a default value
Today we discuss about an error in Laravel migration for json type and text type. Laravel provide migration feature for quickly create DB table through