An open API service indexing awesome lists of open source software.

https://github.com/yanbrasiliano/laravel-hybrid

A Laravel 11 project with the directory structure of Laravel 10. It blends Laravel 11's latest features and optimizations with the familiar setup of Laravel 10, providing an easy transition for developers upgrading from previous versions. Ideal for leveraging Laravel 11 advancements without adopting its new structural changes.
https://github.com/yanbrasiliano/laravel-hybrid

laravel laravel-11 laravel-framework

Last synced: 8 months ago
JSON representation

A Laravel 11 project with the directory structure of Laravel 10. It blends Laravel 11's latest features and optimizations with the familiar setup of Laravel 10, providing an easy transition for developers upgrading from previous versions. Ideal for leveraging Laravel 11 advancements without adopting its new structural changes.

Awesome Lists containing this project

README

          

Laravel Logo

## About Laravel Skeleton Project

This project is a Laravel 11 application using the directory structure of Laravel 10. It combines the latest features and improvements of Laravel 11 with the familiar organization of Laravel 10.

## Key Features

- **Laravel 11 Framework**: Leverage the newest features and optimizations of Laravel 11.
- **Laravel 10 Directory Structure**: Maintain the traditional directory structure of Laravel 10 for familiarity and ease of transition.

## Laravel Highlights

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).