Fix Uncaught ReflectionException: Class log does not exist …/laravel/framework/…

I again got this error which left me no clue of what happened wrong and how can I fix it. PHP Fatal error: Uncaught ReflectionException: Class log does not exist in …/vendo/laravel/framework/src/Illuminate/Container/Container.php:741 I tried to find solution on google for a while and came to know that this don’t tell what acually went wrong. There … Read more

Configuring and using Laravel with MongoDB

This entry is part 1 of 1 in the series MongoDB

This entry is part 1 of 1 in the series MongoDBIn this article we will see how to use MongoDB with Laravel (PHP framework). So first we need to install MongoDB and Laravel. Laravel and MongoDB installation: We will install Laravel and MongoDB one by one and I assume that you have PHP already installed … Read more

Installing Laravel on Windows

I wrote an article on Installing LAMP environment on ubuntu cloud instance that somebody found helpful and he requested me to write for Laravel installation and configuration for Windows development machine. So here is step by step guide. XAMPP: I assume you have XAMPP or equivalent installed and running. If not then download it from … Read more