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.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
- Clone the git repository into your pc.
- then navigate to the folder.
- Install all the dependencies. (need to install composer first) Composer Download Link
Run this command in the terminal
composer install
-
Clone the file .env.example and rename it to .env
-
Create a database and set up a .env file. change the values of your env
DB_HOST=localhost DB_PORT=3306 DB_DATABASE=databasename DB_USERNAME=root DB_PASSWORD=
-
Start the server
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.