Leanpub Header

Skip to main content

Laravel: Code Smart (IT)

Sviluppo di Applicazioni Web con il Framework Laravel 5.

    Code Smart è il libro per eccellenza se vuoi imparare ad usare il framework PHP Laravel! Scritto con un linguaggio semplice e ben comprensibile che facilita l'apprendimento. Scopriamo insieme Laravel!

    This book is a translation into Italian of Laravel: Code Smart which was originally written in English

    The authors are letting you choose the price you pay for this book!

    Pick Your Price...
    PDF
    EPUB
    WEB
    About

    About

    About the Book

    Laravel: Code Smart è il terzo libro della mia serie "Code" dedicata al framework Laravel. Ad oggi, questa collana ha migliaia di lettori e da molti è stata considerata la più efficace se si vuole imparare ad usare Laravel. Code Smart non fa eccezione, ed il suo ruolo è duplice e semplice: introdurre agevolmente i nuovi arrivati, ma essere anche una buona reference per i più esperti.

    Sono sicuro che ti piacerà un sacco!

    Feature

    • Supporto per Laravel 5.X;
    • Esempi di codice rivisti e migliore highlight;
    • Il contenuto già presente in Code Bright è stato preso e rivisto, per essere ottimizzato;
    • Tutti gli esempi aderiscono allo standard PSR-2;
    • Meno errori grammaticali, grammatica migliorata;
    • Molti capitoli sono stati rivisti per migliorare l'esperienza di apprendimento;
    • Approccio immediato al framework grazie ad Homestead, da usare per la preparazione immediata di un ambiente di lavoro;
    • Un sacco di suggerimenti e trucchi in giro per i vari capitoli;
    • Birra gratis. No, qua scherzo :(

    Contenuti

    Code Smart riprende innanzitutto i contenuti già presenti in Code Bright. Ovviamente, sono stati tutti adeguati all'ultima versione del framework, per un totale di 400 pagine circa.

    Il mio obiettivo sarà quindi quello di introdurre nuovi capitoli di volta in volta, quando mi sarà possibile. Quali? Puoi sceglierli anche tu: vota su twitter usando l'hashtag #codesmart.

    This book is a translation into Italian of Laravel: Code Smart which was originally written in English

    Price

    Pick Your Price...

    Minimum price

    $29.99

    $37.99

    You pay

    $37.99

    Authors earn

    $30.39
    $

    All prices are in US $. You can pay in US $ or in your local currency when you check out.

    EU customers: prices exclude VAT, which is added during checkout.

    ...Or Buy With Credits!

    Number of credits (Minimum 2)

    2
    The author will earn $24.00 from your purchase!
    You can get credits monthly with a Reader Membership

    Author

    About the Authors

    Dayle Rees

    Dayle is a thirty-one-year-old software developer from Wales, UK. He was one of the first users of the Laravel framework. Deciding to share the joy of Laravel with the rest of the world, he wrote a series of technical books about the Laravel framework that are read by tens of thousands of developers worldwide.

    Dayle has contributed to the Laravel framework, spoken at a number of conferences and meetups, and acted as an ambassador for Laravel since its inception.

    Dayle writes books in a friendly, approachable language that is easily understood by newcomers to technology, foreign language speakers, and anyone who enjoys a little humour!

    Francesco Malatesta

    Francesco is a 26 years old Web Developer from Vasto, in Italy. Loves PHP, Food, Travels. He also writes for HTML.IT (the first Italian website about programming and web design) sometimes.

    Contents

    Table of Contents

    • Ringraziamenti
    • Ringraziamenti (di Francesco)
    • Errata
    • Feedback
    • Traduzioni
    • Come Leggere questo Libro
      • Principianti
      • Esperti
      • Aggiornamenti
    • Changelog
    • Introduzione
    • Installazione
      • Installare le Dipendenze
      • Creare il Primo Progetto
      • Installare Homestead
      • Approfondiamo Vagrant
    • Valet
      • Installazione
      • Aggiungere Siti
      • Comandi
      • Condividere l’Applicazione
    • Ciclo di Vita
      • Richiesta
      • Servizi
      • Routing
      • Logica
      • Risposta
    • Namespace
      • Namespace Globale
      • Definire un Namespace
      • La Teoria della Relatività
      • Struttura
      • Limitazioni
    • JSON
      • Cos’è il JSON?
      • La Sintassi
      • JSON e PHP
    • Composer
      • Configurazione
      • Gestione delle Dipendenze
      • Auto Loading
      • Installazione
      • Usage
    • Configurazione
      • File di Configurazione
      • Variabili d’Ambiente
      • Cache e Configurazione
    • Routing di Base
      • Definire una Route
      • Parametri delle Route
    • Risposte
      • View
      • Dati di una View
      • Redirect
      • Response Personalizzate
    • Template con Blade
      • Costruire Template
      • Elaborazione del PHP
      • Strutture di Controllo
      • Inclusione di Template
      • Template ed Ereditarietà
      • Commenti
      • Supporto Javascript
    • Richieste e Dati
      • Recupero
      • Input “Precedente”
      • Upload di File
      • Cookie
    • Facade
      • Cos’è una Facade?
      • Come Funzionano?
    • Routing Avanzato
      • Assegnare un Nome alle Route
      • Definire Regole per i Parametri
      • Gruppi di Route
      • Prefisso
      • Domain Routing
    • Controller
      • Creazione dei Controller
      • Routing di un Controller
      • Resource Controller
      • Dependency Injection
      • Caching delle Route
    • Generazione di URL
      • L’URL Attuale
      • Generare URL delle Route
      • URL di Asset
    • Database
      • Astrazione
      • Configurazione
      • Preparazione
    • Schema Builder
      • Creare le Tabelle
      • Tipi di Colonne
      • Tipi Speciali
      • Modificatori di Colonne
      • Modificare le Tabelle
      • Rimuovere le Tabelle
      • Trucchi
    • Migration
      • Il Concetto Base
      • Creare una Migration
      • Eseguire le Migration
      • Rollback delle Migration
      • Non Finisce Qui!
    • Eloquent ORM
      • Creazione di Model
      • Leggere i Model Esistenti
      • Aggiornare i Model Esistenti
      • Cancellazione di un Model Esistente
    • Eloquent - Query
      • Preparazione
      • Da Eloquent… a Stringa!
      • Struttura della Query
      • Metodi di Fetch
      • Regole delle Query
      • Le Where “Magiche”
      • Query Scope
    • Eloquent - Collection
      • La Classe Collection
      • I Metodi di una Collection
      • Best Practice
    • Eloquent - Relazioni
      • Implementare le Relazioni
      • Associazioni e Query
    • Validazione
      • Validazione Semplice
      • Regole di Validazione
      • Messaggi di Errore
      • Regole di Validazione Personalizzate
      • Messaggi di Errore Personalizzati
    • Eventi
      • Il Concept
      • Lancio di Eventi
      • Creazione di un Listener
      • Gli Event Subscriber
      • Eventi Globali
      • Casi d’Uso
    • Dependency Injection
      • Il Concept
      • Dependency Injection con il Container
      • Iniezione nei Controller
      • Iniezione di Servizi
      • Contratti
    • Middleware
      • Le Classi Middleware
      • Global Middleware
      • Route Middleware
      • Middleware con Parametri
      • Gruppi di Middleware
    • Service Provider
      • Registrazione dei Provider
      • Scrivere un Provider
      • Deferred Provider
    • Container
      • Terminologia
      • Uso Base
      • Singleton
      • Binding di Istanze
      • Risoluzione di Classi
      • Binding di Implementazione
      • Binding Contestuale
      • Binding e Tag
      • Metodi di Risoluzione
    • Sessioni
      • Memorizzare dei Valori
      • Recuperare dei Valori
      • Cancellare dei Valori
      • Flash Data
      • Trucchi
      • Configurazione
    • Cache
      • Memorizzare dei Valori
      • Recuperare dei Valori
      • Rimuovere degli Elementi
      • Tagging degli Elementi
      • Trucchi e Scorciatoie
      • Usare gli Store
    • In Arrivo

    Get the free sample chapters

    Click the buttons to get the free sample in PDF or EPUB, or read the sample online here

    The Leanpub 60 Day 100% Happiness Guarantee

    Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

    Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

    You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

    So, there's no reason not to click the Add to Cart button, is there?

    See full terms...

    Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

    We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

    (Yes, some authors have already earned much more than that on Leanpub.)

    In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

    Learn more about writing on Leanpub

    Free Updates. DRM Free.

    If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

    Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

    Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

    Learn more about Leanpub's ebook formats and where to read them

    Write and Publish on Leanpub

    You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

    Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

    Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

    Learn more about writing on Leanpub