Installing Laravel Install composer Type in cmd ” composer create-project laravel/laravel app_name “ Go to app_name folder and type ” php artisan serve “ Change DB name in .env file Open cmd and type the following commands Laravel Admin and User Login
Read More