Software Developer
Error: Module not found: Can't resolve 'react-router-dom' in Solution: npm install react-router-dom
Error type: Solution: In AppServiceProvider, found under app/provider, add these: use Illuminate\Support\Facades\Schema; public function boot() { Schema::defaultStringLength(191); } In database.php, found under app/config, add thi...
Pre-requisites: PHP, Composer, and WAMP VS code-Terminal or any text editor: composer create-project --prefer-dist laravel/laravel blog or (with version), composer create-project --prefer-dist laravel/laravel blog "5.7.*" Here, the project name is ...
Bootstrap is the world’s most popular HTML, CSS, and JavaScript framework for quick designing and customizing responsive and mobile-fast website.