Hey guys, This week we've released another mini-demo project (see below), also we have 4 new Laravel minor versions (yes, FOUR in a week!). Finally, I recommend reading about Fake JSON service and .env protection. Enjoy!
Our new demo project
LaravelDaily/Hotel-Booking
github.com
It is a demo project for demonstrating what can be generated with QuickAdminPanel tool. Hotel Booking is all generated with QuickAdmin except for some custom code for Room Search. Basically, feel free to use and re-use any way you want.
Four minor Laravel versions
Articles from Laravel community and beyond
Fake Json
fakejson.com
Fakejson is an API service for developers and designers to quickly mock up fake data. Use it to test your ideas, generate prototypes or showcase your designs. Get notified when we launch.
vitalets/github-trending-repos
github.com
A way to subscribe on new trending repositories in your favorite programming language on GitHub. Updates come as GitHub notifications once a day or a week. If you'd like to add new language - feel free to open an issue.
Relive The Awesomeness of Laracon Online 2018
www.cloudways.com
Laracon Online 2018 was the biggest Laravel event in 2018. The event saw over 4300 attendees and more joined in through chat and other options. It was well organized and the talks were diverse, informative and very relevant to the real-world Laravel development.
Using Laravel Model Observers
tutsforweb.com
Laravel Model Observers is a great feature. Observers are used to group event listeners for a model. Observers classes method names refer to the Eloquent event you want to listen for. These methods receive the model as their only argument. Laravel does not include a default directory for observers.
Protect your .env files
medium.com
Disclaimer: I found the original article, written in Indonesian, here: https://medium.com/@dfdenni/vulnerable-dot-env-laravel-e34617921ec2 — but since the topic is quite important, I decided to write about it in english too.
Building a REST API with Lumen
medium.com
Lumen is a micro-framework built on top of Laravel’s core components. Lumen utilizes a lot of familiar concepts from Laravel such as Eloquent, caching, routing, middleware and it’s service container.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team http://laraveldaily.com
|