Remove public from url in Laravel

Posted on: Saturday March 25, 2023

STEP 1 : Check root folder for  server.php, if there is no any server.php just create one with given code below: [crayon-672cecca9d42b329213728/]     STEP 2: If you want to remove public [...]

Read More

Start with Laravel

Posted on: Saturday March 25, 2023

Introduction and requirements for laravel. For starting the project on laravel we need 3 things to be installed in our system. Composer Use E:\xampp8\php\php.exeforcomposer PHP path. Node and NPM. if [...]

Read More