Veze, linkovi
Kompjuter biblioteka
Korpa

Preporučujemo

PHP 7, MYSQL I JAVASCRIPT U JEDNOJ KNJIZI

PHP 7, MYSQL I JAVASCRIPT U JEDNOJ KNJIZI

Popust cena: 2640 rsd

PHP 7 objektno-orijentisano modularno programiranje (HTML 5, CSS 3, JavaScript, XML)

PHP 7 objektno-orijentisano modularno programiranje (HTML 5, CSS 3, JavaScript, XML)

Popust cena: 1000 rsd

Laravel Daily 45

Article of the week

Checklist: 8 Things to Do When Launching Laravel Project LIVE,
laraveldaily.com

After having launched a couple dozens of projects with Laravel, I decided to create a checklist for the launches. The problem is quite often something is forgotten or overlooked – either from our team side, or from the client.

Laravel 5.3 and Laracon US

5.3 feature announcement notes from Laracon
mattstauffer.co

Once the videos are released I'll be able to update this post with more info, since I was on an audio-only stream for the majority of this. I'll be writing my usual longer, in-depth blog posts about each of the new 5.

What's New in Laravel 5.3 Releaseimrealashu.in

As we all know we’re getting more closer to Laravel 5.3 release and expecting some cool features. So today I thought I should write my own perspective on this release. There are lots of changes including some big changes and some small changes we’re expecting to see in this release.

Laracon: Laravel 5.3 Recap
laravel-news.com

Today at Laracon US, Taylor Otwell, gave a talk covering many new features for 5.3 and it included four major items: Laravel Scout, Laravel Passport, Laravel Mailable, and Laravel Notifications.

A Deep Dive into Laravel 5.3 Features
scotch.io

Laracon US 2016 Conference is Sold Out! With the 2016 Laracon US conference already sold out and just but a few weeks away, it is expected that Laravel 5.3 will be released during the 3 day conference from July 27th to July 29th of 2016.

Image dimension validation rules in Laravel 5.3
mattstauffer.co

In Laravel 5.3, we have a new validation option: image dimensions for image uploads. The validation rule is called dimensions, and you can pass the following parameters to it: You can combine any rules that make sense together. Let's take a look at a few examples.

Improvements to Authentication in Laravel 5.3
josephsilber.com

Authentication has gotten some nice improvements in 5.3, so let's examine it piece by piece. We'll start with the current state of affairs, then take it from there. The auth middleware. Using this middleware on a route, you can restrict access to logged-in users.

Laravel 5.3 changes the "app" folder
laravel-news.com

As we are getting closer to the launch of Laravel 5.3 new features, seem to come out almost daily. The latest is a change to the “App” folder and in a move to simplify it, the Events, Jobs, Listeners, and Policies folders are now gone.

Laravel-related articles from all the web

A Brief History of Laravel
medium.com

At Vehikl, we use the Laravel PHP framework in most of our web application development. We’ve long been a part of the Laravel and open source communities, actively contributing to both by authoring packages, volunteering time, and supporting conferences.

How to Use Laravel Config Files
scotch.io

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.

Best & useful Concepts of laravel Eloquent
www.dunebook.com

The Eloquent Model can actually do tons of things in a very smart and easy way. However, something can be improved in terms of code to write every time you want to do a specific operation.

PHP framework Laravel selects Vue.js as default JavaScript
frameworkreact-etc.net

Laravel is a very popular PHP framework. It's known for it's ease of use and complementary side projects such as the Homestead Vagrant box. Laravel is very opinionated, but so far it's been lacking a default choice for a front end JavaScript framework. That changed today with Vue.

Null Objects and Laravel — Simple use cases
medium.com

Null objects can act as simple and silent defaults in many situations and provide a generic default if the intended value does not exist. This helps, in many situations, to avoid the conditionals that we usually write for all values getting passed around in models and collections.

How to start writing tests with Laravel 5.2
www.youtube.com

Basic video showing how to write basic unit tests using Laravel 5.2

How to create custom Middleware to make a route group available only during
testinglearninglaravel.net

Catzie wrote a tutorial on how to create custom middleware to make a route group available only during testing. I needed to protect a group of routes from everything except my testing environment.

Built with Laravel: 10+ Reputable Companies and Startups that Use Laravel Framework for their Web Projects
belitsoft.com

When we receive a new request for web project development and recommend the use of Laravel for the development, we are often asked whether great or widely known companies are using Laravel.

A simple Disqus platform integration with Laravel.
github.com

Append the following config on your .env file. Please see CHANGELOG for more information what has changed recently.

5 Tips for Startup Engineering Team
salexiskold.net

Every single company depends on software, and startups are no exception. Software has gone from being critical to every business, to BEING the business. Software creation is an art, a craft, and a process.

Build Scalable Newsfeeds with PHP 7 and Laravel – in 60 Minutes
blog.getstream.io

With all the excitement around the release of PHP 7 – here at Stream we have decided to give our own PHP a refresher – from our client, example apps, and Laravel framework integration. PHP 7 boasts huge jumps in performance over PHP 5.X, as well as language feature additions.

Can We Use Laravel to Build a Custom Google Drive UI?
www.sitepoint.com

In this tutorial, we’re going to build an app that talks to the Google Drive API. It will have file search, upload, download and delete features. If you want to follow along, you can clone the repo from Github.

Build Scalable Newsfeeds with PHP 7 and Laravel – in 60 Minutes
blog.getstream.io

With all the excitement around the release of PHP 7 – here at Stream we have decided to give our own PHP a refresher – from our client, example apps, and Laravel framework integration. PHP 7 boasts huge jumps in performance over PHP 5.X, as well as language feature additions.

Build A Support Ticket Application With Laravel – Part 1
scotch.io

Laravel is currently the most starred PHP framework on GitHub and also the most popular PHP framework. Thanks to Taylor Otwell and the Laravel community, many companies and people are building awesome applications with this framework.

Better Error Messages in Laravel for Easier Debugging [Laravel Quick Tips]
www.youtube.com

Installing better error messages is easy in Laravel 5.2 or 5.3. We will install the Whoops package, which was the same package that handled errors in Laravel 4, but was later taken out in Laravel 5.This video will show you how to install this back in. It requires a basic composer install and then yo

How to Set API Rate Limiting in Laravel
www.cloudways.com

We’re going to continue with our discussion on Laravel and website security and introduce an API endpoint. I will also explore Laravel’s rate limiting functionality. To set things in proper context, i will use the to-do app developed in the previous article. What is rate limiting?

Poor Man's Mock Objects - Codebyjeff Laravel Quick Tip
us2.campaign-archive1.com

Hello, Laravel Friends! You know you should mock services like API calls when you're testing, but that means a whole new set of techniques to learn. Sometimes we *are* in a hurry and need to get things done, not spend a day studying.

How to detect and diagnose Laravel application errors with Rollbar
learninglaravel.net

Rollbar is gaining a huge popularity in Laravel community. We can use Rollbar to track production errors and deployments in 8 minutes or less. Rollbar is free to use and it supports all major languages and frameworks, such as PHP, Node.js, Angularjs, Ruby, Java, Swift, Python, etc.

Working with Laravel and E-Mails – O. Kaufmann
okaufmann.ch

I’m working on a Project, where mails will be sent to users for several reasons. I read about some useful packages for Laravel help handle emails while in dev or test environments.

Better handling of TokenMismatchException in Laravel
dyrynda.com.au

At my day job, we recently enabled monitoring of our web server logs for 500 level error codes. Subsequent to this, we discovered that we started getting an influx of these errors from our Laravel sites.

Scheduling Tasks in Laravel, When You Can’t Run the Main Task Every
Minutetechxplorer.com

Earlier this week I posted the first post, in what I hope will become a series of posts, on my explorations with Laravel and building my own dashboard. The first post focussed on the functionality records pings from my home server.

Useful Tips to Handle Relationships in Laravel
www.dunebook.com

Handling Relationships in Laravel can’t be a easy task for beginners . In this article you will learn  some useful tips Tomake it easier  . Let’s suppose that we are searching for the document number of a specific user. We will use the User and IdentityDocument entities we just saw.

A console command to replace deprecated Route::controller() with explicit routes.
github.com

In laravel 5.3 implicit controller routes will be removed from the framework, the functionality will likely be extracted into a separate package, however if you'd like to make the move and start using explicit routes this package will help you. Replace the content of your routes.

Composer magic
mamchenkov.net

Now that everyone is super comfortable with composer, I thought I’d share these two gems which I didn’t know or think about. This command lists all of your packages installed with composer.

 

         
Twitter Facebook Linkedin Pinterest Email
         

Budite prvi koji će ostaviti komentar.

Ostavite komentar Ostavite komentar

 

 

 

Veze, linkovi
Linkedin Twitter Facebook
 
     
 
© Sva prava pridržana, Kompjuter biblioteka, Beograd, Obalskih radnika 4a, Telefon: +381 11 252 0 272