Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Laravel provides the features and structure for generating your application's URLs straight out of the box. This works well as long as we're generating URLs wit...
I find routing in Laravel wonderful: it's easy to understand, structured yet highly configurable and flexible, and overall a pretty solid (pun intended) set of...
Usually, when working with functions with JavaScript, the parameters that you pass into the function would be fixed in numbers. function updateUser(name, age) {...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel https://laravel.com/docs/9.x/validation#form-request-validation are special classes that extend the functionality of regular request classes, enabling h...
One of the easiest to understand Controller structures in Laravel is "Cruddy by Design" by Adam Wathan. After the conference he published a new https://github.c...
https://dev.to/sureshramani #introduction Introduction Laravel form requests are special classes that extend the functionality of regular request classes, enabl...
When it comes to using custom fonts on websites, the de-facto way to do currently is to use the https://fonts.google.com/. Now, most people would add direct URL...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
When working with Elasticsearch, you might want to know what data is actually stored on an index. All indices can be listed by calling the following endpoint: I...
I'm developing a Wordpress plugin that requires strict data for the frontend. The frontend is built with Vue.js and it's basically a multistep wizard where ever...
When you create a controller, https://laravel.com does provide you with the route resource which provides out of the box CRUD operation routes. You can check th...
I found this tip and wanted to share it with you so that you can benefit from it in your next projects, which is if you are not sure that this row exists in the...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.

www.georgebuckingham.com

Working with WordPress & GIT
https://www.georgebuckingham.com/tag/wordpress/ Avoid cowboy coding techniques and learn how to keep your WordPress website project in GIT version control. ...
This here are the basic naming conventions which are followed by most big tech companies that uses PHP. This naming conventions is in compliance with Laravel [P...
https://dev.to/techtoolindia #upgrade-to-laravel-9-from-laravel-8 Upgrade to Laravel 9 from Laravel 8 Today I am going to explain how you can upgrade to Laravel...
I've discovered an unwanted behaviour in one of my projects. This was not used to be so, Google indexed a url with index.php in it and gave a duplicate canonica...