laravel5 laravel 5.3 authentication with jenssegers-mongodb Add package https://github.com/jenssegers/Laravel-MongoDB-Session to laravel Install using composer: composer require jenssegers/mongodb-session Change the session driver in app/config/session.php to mongodb: 'driver' => 'mongodb', Optional:
Laravel Set PATH to ~/.bashrc on Ubuntu Add this CMD export PATH=$PATH:/path/you/play to your ~/.profile and execute source ~/.bashrc n order to immediately reflect changes to your current terminal instance.
laravel5 laravel 5 แก้ไข public folder สำหรับ Shared host เวลาที่เราใช้ laravel 5 จะมี folder หลักที่ทำงานร่วมกับ host คือ public ซึ่งที่ Shared host ต้องการคือ public_html เราสามารถ rename public เป็น public_
laravel5 Laravel Commands Laravel Framework version 5.0.33 Command สำหรับแสดงคำสั่งทั้งหมดที่สามารถใช้ได้ php artisan list Command ที่ใช้บ่อยๆ Listing Your Routes php artisan route:list Create