Hey guys, Usual Thursday, and newsletter with useful Laravel links, two of them from myself this time - one demo-project and one casual video. Also, have you seen my tweet about Laravel vs Symfony vs CodeIgniter trends? Anyway, have a good read!
Articles from Laravel Daily blogs
LaravelDaily/LaraAppointments-QuickAdminPanel
github.com
LaraAppointments: Laravel 5.4 based system for various small businesses to manage their appointment calendar. It is a demo project for demonstrating what can be generated with QuickAdminPanel tool. LaraAppointments is all generated with QuickAdmin except for custom code for Calendar functionality.
Laravel-related articles from all the web
Quickly dd anything from the commandline
murze.be
Laravel’s tinker command allows to run any code you want as if you are inside your Laravel app. But if you want to run a single line of code if can be a bit bothersome. You must start up tinker, type the code, press enter, and quit tinker.
Laravel throw_if and throw_unless Helpers
laravel-news.com
Coming to Laravel 5.5 is two new helper methods named throw_if and throw_unless, and both are designed to make it easier to throw exceptions. Throw if, does exactly as it says. If the first param is a boolean and it’s “true,” then throw an exception.
How to Use Laravel Config Files
dev.codetrick.net
You discover that storing files on your own server is extra load, so not ideal. You open your web browser and do a google search on “efficient ways to store files”. Finally, you decide to use Amazon S3. Since you are a Laravel user, you open config/filesystems.
Web sockets made easy with Laravel and Ratchet
medium.com
In this article we’ll learn how create a simple websocket server in Laravel using Ratchet php library but, before we start make sure that the server you’re going to develop on supports the websocket protocol ws and for the secure connection wss protocol should be also available, how to configure
What Version of Laravel do I have Installed?
dotdev.co
A common Laravel question is “What version do I have” and how can I find this? Laravel offers several ways of answering this question but the easiest is to run the following through the Artisan command line tool: php artisan -V This will return the version currently installed such as: Larav
Setting Up A Test Server For Laravel
seanoneill.me
I always used xmapp on windows to test the code i write before running it on a production server which was fine on till I started running into problems with one of my projects which rfine on my PC but not on the production server.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|