LARAVEL MY CUSTOM FILE
OCTOBER 2 2020 CREATE A NEW LARAVEL PROJECT 1: E: 2: cd xamp\htdocs 3: composer create-project --prefer-dist laravel/laravel test FOR COMPLETE FRAMWORK DOWNLOAD OF LARAVEL composer create-project laravel/laravel test dev-develop START LARAVEL PROJECT go tp the folder project folder E:xamp>htdocs>laravel>Blogger (Blogger is project name)(in cmd) php artisan serve(starts the laravel framework by default on localhost:8000) BASIC URL WILL BE http://localhost/PROJECT NAME/public/ REMOVE THE PUBLIC FROM URL 1- Go to public folder copy htaccess file and past it in root directory(root folder) 2- then in root of file find server.php copy and paste the file and change the copied filename into index.php LARAVEL ASSETS composer require laravel/ui PRESS ENTER php artisan ui ...