Laravel

Articles categorized in: Laravel

To install Browser Sync in Laravel run npm i -D browser-sync Webpack Tweak in webpack.mix.js add mix.browserSync(‘laravel.test’); or one with the url you are using to the bottom of the file

There are many git commands you need to run your Laravel projects well. Here are Laravel Git Tricks that I am sure you cannot live without List all branches of

Laravel Logs

Laravel Logs are normally decided in config/app.php and your .env file.  Let’s go through all the configuration options here and how you can set up logging locally properly as well

Laravel Cors Setup

Laravel Cors setup is quite easy with the awesome package by Barry. There a few basic steps to take and you can deal with Cross Origin Resource Sharing (Not to