composer dump-autoload Tricks

Browse latest tricks and tips on composer dump-autoload.

Laravel delete migration

How to delete a migration file in Laravel?Sometime we accidentally create a migration in laravel later we identify the particular migration is not required. In this post I am going ...
published on : 22 hours ago 12 Comments

What does "composer dump-autoload" do?

Laravel composer dump-autoloadWhenever we run "composer dump-autoload" Composer re-reads the composer.json file to build up the list of files to autoload. ...
published on : 9 hours ago 12 Comments