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.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/laravel-hybrid
- Owner: yanbrasiliano
- Created: 2024-06-18T19:52:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T00:16:12.000Z (over 1 year ago)
- Last Synced: 2024-12-28T17:30:06.935Z (10 months ago)
- Topics: laravel, laravel-11, laravel-framework
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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).