November 19, 2021 in Laravel, Php, Tips and Tricks
language value print in Laravel blade
Laravel language file contains array
November 19, 2021 in Laravel, Php, Tips and Tricks
Laravel language file contains array
November 16, 2021 in Laravel, Tips and Tricks
Joins in Laravel Inner Join Clause The query builder may also be used to add join clauses to your queries. To perform a basic “inner join”, you may use the join method on a query builder instance. The first argument passed to the join method is the name of the table you need to join to, while the remaining […]
November 15, 2021 in Laravel, Tips and Tricks
Occasionally you may need to specify a route parameter that may not always be present in the URI. You may do so by placing a ? mark after the parameter name. Make sure to give the route’s corresponding variable a default value:
October 31, 2021 in Laravel, Php, Tips and Tricks
Using Environment file (.env)
October 22, 2021 in Laravel, Php, Technology, Tips and Tricks
header.blade.php index.blade.php contact.blade.php