To create multiple Laravel models with a single command
Read Full ArticleRestart Laravel Horizon on Server
There is a couple of ways to do this. Terminating the process and allowing supervisor to restart it for you: Another is to restart with…
Read Full ArticleLaravel API and Pusher Notifications
Install pusher Add environment variables Make sure you change the Broadcast driver to pusher Go to “config/app.php” and uncomment the following line: Create an Event…
Read Full ArticleCreate a Laravel API with Passport Authentication
Optimized for versions: laravel/framework 9.11 laravel/passport: 10.4 To create a Laravel API with Passport authentication: Create a Laravel project In Laravel 11, run the command…
Read Full Article