jika file env tidak terbaca di laravel yaitu lakukan hal berikut ini , Wajib Sesuai urutan ya : 1php artisan config:cache Jika script di atas sudah di lakukan kemudian di lanjut dengan script di bawah ini : 2php artisan config:clear Apabila ke dua script diatas tersebut belum juga bisa mengatasi masalah di atas kalian cobalah … Continue reading File env Tidak Terbaca di Laravel
Category: Laravel
Build a chat app with Laravel
https://pusher.com/tutorials/chat-laravel/ https://appdividend.com/2022/03/01/laravel-vue-chat-application/ https://laracasts.com/discuss/channels/laravel/laravel-real-time-chat-app https://laracasts.com/discuss/channels/general-discussion/is-there-any-live-chat-plugins-for-laravel https://centrifugal.dev/blog/2021/12/14/laravel-multi-room-chat-tutorial https://getstream.io/blog/support-chat-laravel-react-hooks/
Create CSV File from Custom Array using Maatwebsite
https://www.itsolutionstuff.com/post/laravel-create-csv-file-from-custom-array-using-maatwebsiteexample.html https://docs.laravel-excel.com/2.1/export/array.html https://stackoverflow.com/questions/70234881/laravel-export-excel-from-array-return-empty-file https://laraveldaily.com/laravel-excel-3-0-export-custom-array-excel/
Export Excel Laravel
Laravel Upload File
Setup Laravel project after cloning
run composer install to generate depedencies in vendor folderchange .env.example to .envrun php artisan key:generateconfigure .env Windows Go to the project folderShift+Right Click -> Open command window here Mac Open Terminal, Type "cd " (with a space)From finder, Drag the project folderPress Enter to go inside the project folder Compose composer install Generate Key php artisan key:generate Setup Database Open the file .env(Assuming … Continue reading Setup Laravel project after cloning
