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.
Commerfy is a basic e-commerce site where users can sign-up and sell their products. It is a great opportunity to apply concepts such as db migrations, authentication, crud requests and image handling.
SqLite was the database of choice mainly for a quick setup and tests. TablePlus is a great tool to visualize the db.
The development enviornment was through Laravel Valet
The Laravel framework is open-sourced software licensed under the MIT license.