Introduction to Laravel Routing and Route Model Binding

Route Model Binding in Laravel is incredibly powerful, and a key skill in any PHP Developer’s set. You can quickly build dynamic routes and pull data from the database with some simple type hints. Read more

Similar

Laravel 7 is now released

Laravel 7 is now released and includes many new features including Laravel Airlock, better routing speed, custom Eloquent casts, Blade component tags, fluent string operations, a new HTTP client, CORS support, and many more features. (more…)

Read more »