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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Documentation can be found at Laravel Documentation
- Install Docker if you haven't already
- Inside the installation folder, run:
docker compose up - Double check that the servers are all up and running
- Note: the ENV file needs to corrolate with the name of the docker service names. This should already be set by default. e.g 'db', 'php'
- Run Commands in Order:
composer installnpm installphp artisan migratenpm run dev
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.