Skip to content

Kaelx/LARA_CRUD

Repository files navigation

Laravel Logo

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

TO RUN THIS:

  • change the filename of .env.example to .env
  • run XAMPP and let MySql start
  • Open terminal then 'cd' the directory of the project and execute this composer install and npm install
  • next, php artisan key:generate
  • then, php artisan migrate
  • To start npm start then open 127.0.0.1:8000 in the browser.