Skip to content

Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

Notifications You must be signed in to change notification settings

Vignesh-Jothi/laravel

 
 

Repository files navigation

Laravel Web Framework

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework designed for an enjoyable and creative development experience. It simplifies common tasks in web projects, providing features such as:

Laravel is accessible, powerful, and equipped with tools for building large, robust applications.

Getting Started

Follow these steps to quickly set up Laravel:

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/laravel/laravel.git
  2. Navigate to the project directory:

    cd laravel
  3. Install dependencies:

    composer install
  4. Copy the .env.example file to .env:

    cp .env.example .env
  5. Generate the application key:

    php artisan key:generate
  6. Run the development server:

    php artisan serve

Visit http://localhost:8000 in your browser to see your Laravel application.

Learning Laravel

Laravel offers extensive documentation and a video tutorial library. Get started with the Laravel Bootcamp for a guided experience in building a modern Laravel application.

Prefer video content? Explore Laracasts with over 2000 tutorials on Laravel, modern PHP, unit testing, and JavaScript.

Laravel Sponsors

We extend our gratitude to our sponsors for funding Laravel development. If you're interested in becoming a sponsor, visit the Laravel Partners program.

Premium Partners

Contributing

Thank you for considering contributing to Laravel! Check the contribution guide for details.

Code of Conduct

To ensure a welcoming community, review and adhere to the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, contact Taylor Otwell via [email protected]. Security vulnerabilities are promptly addressed.

License

Laravel is open-sourced software licensed under the MIT license.

About

Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.2%
  • Blade 27.5%
  • JavaScript 0.3%