Daily Hot Laravel Tips
@BestLaravelTips
Follow us for the hottest Laravel tips, tweeting daily with my aim to grow this account.
내가 좋아할 만한 콘텐츠
🔥 #Laravel Tip: If you are defining a route that redirects to another URI, you may use the Route::redirect method. This method provides a convenient shortcut so that you do not have to define a full route or controller for performing a simple redirect:
🔥 #Laravel Tip: Following on from our previous tip on creating routes. The router allows you to register routes that respond to any HTTP verb:
🔥 #Laravel Tip: The most basic Laravel routes accept a URI and a closure, providing a very simple and expressive method of defining routes and behavior without complicated routing configuration files. This is how you can create a @laravel route:
🔥 #Laravel Tip: You can use "where" to filter your data by a specific column. Here we are filtering our dogs where the type is equal to dog 👇
🔥 #Laravel Tip: When inserting data don't use eloquent as it doesn't scale. Instead use DB and insert data like this. Now switch to your table and done! 🪄
🔥 #Laravel Tip: When creating a new @Laravel project, your application will be called "Laravel". This is no good when going to production. Thankfully you can change this by opening up your ".env" file and changing the following line:
In a hurry? You can get a quick overview of your application's configuration, drivers, and environment via the about Artisan command: #laravel #laraveltips #besttips
Before creating your first @Laravel project, you should ensure that your local machine has PHP and Composer installed. After you have installed PHP and Composer, you may create a new Laravel project via the Composer create-project command: #laravel #laraveltips
United States 트렌드
- 1. Trey Yesavage 31.3K posts
- 2. Jake LaRavia 2,283 posts
- 3. Blue Jays 59.2K posts
- 4. #AEWDynamite 21.5K posts
- 5. #LoveIsBlind 3,699 posts
- 6. jungwoo 82.1K posts
- 7. Snell 13.2K posts
- 8. Pelicans 3,881 posts
- 9. Anthony Davis 3,853 posts
- 10. Kacie 1,607 posts
- 11. #WorldSeries 66.6K posts
- 12. Bulls 25.9K posts
- 13. #Survivor49 3,391 posts
- 14. #WANTITALL 36.2K posts
- 15. Dwight Powell N/A
- 16. Dodgers in 7 1,314 posts
- 17. Donovan Mitchell 5,520 posts
- 18. Happy Birthday Kat N/A
- 19. Cavs 9,568 posts
- 20. Brandon Williams 1,410 posts
내가 좋아할 만한 콘텐츠
Something went wrong.
Something went wrong.