Laravel's Eloquent ORM versus Query Builder
Using Laravel's Query Builder instead of its Eloquent ORM for better control over Json output.
Using Laravel's Query Builder instead of its Eloquent ORM for better control over Json output.
The EnvFile class provides the ability to easily add or change .env
file key values and to create a sample .env
file with obfuscated key values.
A Laravel Blade directive to inject a class name indicating the active path
How to create a custom facade in Laravel.
How to create Laravel Blade directives
Most, but not all, of a Laravel project is stashed away in a Git repository. This article shows how to automate the saving and restoring of non-Git parts of a Laravel project.
There are tons of articles and videos on how to write CSS and JavaScript for new projects. In this project, I'm going to document refreshing a brown-field project with new CSS and other goodies.