Latest Laravel/PHP Articles

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


levelup.gitconnected.com

PHP 7.x — P4: Basic Booleans
The boolean value is a scalar data type that represents the values true and false. One of my favorite vehicles, and this is important for understanding booleans...
We have been many time require to get executed query log or you want to get last executed query or maybe if you want to display or Debug sql query from laravel...
A Symfony 2.1 app to be more specific. The great feature that Symfony 2 was introducing, compared to Symfony 1, was the notion of splitting code into bundles, a...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel CRUD (Create, Read, Update, Delete) stands as a primary requirement for any Laravel Small or big Web application. Beginner to Laravel, developers must f...
Laravel v7.16.0 is released in 2020/06/16, here are the changes we`ve merged into this release. Certified Laravel | PHP | Magento Developer.
Posted on Jun16th2020 by Matthias Noback While Advanced Web Application Architecture is still a work in progress, I decided to release another project in the me...
Published on Jun 17th 2020 – 13 minute read Expose comes with a free-to-use server out of the box, but you are free to host your own server and use your own cus...
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.
A blog on PHP, JavaScript and more Amit Merchant · June 16, 2020 · ⋆ PHP There are a lot of ways to refactor the code but I want to talk about this little techn...
No describe more. Let’s do it. Copy Client ID & Client Secret. Option $ composer require google/apiclient:”^2.0" Option https://github.com/googleapis/google-api...
Testing new Laravel features, inspecting queries, testing validation rules and run code snippet without defining routes and writing code in a Laravel project, t...
It provides a lot of helpful commands and to list them all you need to write in your terminal:php artisan list Before every command, you can add “help” to see a...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Consider that you have example.json with the following content: and several POPO classes to represent this JSON data: Department.phpPosition.phpPerson.php Now y...
We've super-charged custom deployment scripts in Laravel Forge with the addition of dynamic environment variables. When Forge deploys your website, we will now...

levelup.gitconnected.com

PHP 7.x — P3: Variables Intro
You might remember that there are these things called x and y variables that used to store numbers. Just substitute 2 for x and 5 for y and you get 7....
You have a MySQL database with one ore more columns of type TEXT containing arbitrary free text. You have many rows and a lot of text in each column and you exp...