/Course-Registration-System

Course Registration System using Laravel

Primary LanguagePHP

Course-Registration-System

Purpose of Assignment.

Step - 01

  • Install Composer

Step - 02

  • Laravel Installer(for the first time only): composer global require laravel/installer

Step - 03

  • Go To htaccess in Xaamp Folder (C:\xampp\htdocs)

Step - 04

  • Create new Project: laravel new Course-Registration-System

Step - 05

  • Start the Laravel development server: Php artisan serve