Laravel

MySQL not starting in XAMPP

MySQL may not start if its data files are corrupted. If MySQL was not shut down properly, it may cause issues on restart. 1) rename xampp\mysql\data => xampp\mysql\data_old 2) create new folder xampp\mysql\data 3) copy everything from xampp\mysql\backup to xampp\mysql\data without ibdata1 4) copy all YOUR (skip mysql) database folders from xampp\mysql\data_old to xampp\mysql\data 5)

MySQL not starting in XAMPP Read More »

Remove Public\index.php from URL using htaccess

Create root below two & update with below, index.php<?php/** * Laravel – A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */$uri = urldecode( parse_url($_SERVER[‘REQUEST_URI’], PHP_URL_PATH));// This file allows us to emulate Apache’s “mod_rewrite” functionality from the// built-in PHP web server. This provides a convenient way to test a

Remove Public\index.php from URL using htaccess Read More »

Laravel Course

Please visit japura.lk for full course & details. Reference : https://www.youtube.com/watch?v=SqTdHCTWqks At the end of the course you will create a web app look likes below, Day 1: Introduction to Laravel and Setup Day 2: Controllers and Views Day 3: Models and Database Interaction Day 4: Authentication Day 5: Advanced Models and Relationships Day 6:

Laravel Course Read More »