Deployer is CLI deployment tool written in PHP with support for popular frameworks such as WordPress, Magento and Laravel and CakePHP out of the box...
Tuesday, 19 November 2019/Published incommand line
One of the best features of linux/mac os is the command line, its fast, secure and powerful.Powershell on windows is good but not best. If you ever wish to use the Linux command line on windows, today is the time...
In Unix and mac the end of a line is represented with a line feed (LF). In windows a line is represented with a carriage return (CR) and a line feed (LF) thus (CRLF). when you get code from git that was uploaded from a unix and mac os system they will only have an
Sometimes you need to use a long command over and over again, and type it every time is a big pain.You can save a lots of time by using the "alias" command...
If you run the serverless platform locally, like Laravel on React, somtimes. you need to kill the ports, to do that you need first find the process ID on mac and then kill it...
The blade is the rendering template, and allow add snippet PHP code in the view along with HTML markup. All the blade files are in the the following path inside your laravel project [crayon-675c57dea6be8207912655/]