Posted on July 10, 2017
When you are working on a laravel project there is some basic setup that needs to be done for each install of the project. Like Permissions for “bootstrap/cache”, “storage”, “vendor” folder composer install / composer update Copying .env.example to .env Key generation Migration & Seeding NPM install Instead of asking your user to do these […]
Queues and task scheduler in laravel works like a charm. But it can fail in a certain case. In this post, I am going to explain the case where it c...
Some services run on different ports and to access them in the browser we have to mention the port number also. For ex : SonarQube : 9000 [http://1...
Sometimes you need to strike off a row in ExtJS grids, this can be easily done by CSS code. The CSS code will look like this, .strike-through-row {...
PHP 8 has been officially released in November 2020! This new major update brings many optimizations and powerful features to the language. This...
ProxySQL is a high-performance SQL proxy. ProxySQL runs as a daemon watched by a monitoring process. The process monitors the daemon and restarts i...
Time is important. We should not waste it doing trivial things. Automate things wherever possible.