Laravel PHP artisan Route List command
Ideally, the ```php artisan route:list``` will display display the domain, method, URI, name, action and middleware for the routes it includes in the generated table. Now, what if I want to show a...
Let's do Laravel code refactoring
Sometimes, we have some code that we can do refactor more. In this post I will show you how to do refactor a traditional code and make it more optimized. Let's imagine that, as an author, you have...
Laravel delete files from Public Folder
If you want to delete a file from public folder in Laravel, surely you can use PHP's `unlink()` method to remove that. Besides `unlink()`, you can remove file by laravel way, by using the `File::d...
Some necessary GIT Command for every developer
I am sure, you are using **Git** in every single day as a developer. I have listed down git command that I use in my daily life. If you are git lover, the following commands should be your parts...
Welcome to Laravel School
Hello Everyone. This is Laravel School website where we will write the technical blog especially PHP and Laravel related post. Normally we write code every day and issues encounter during progra...