Giter Site home page Giter Site logo

laravell9's Introduction

Build Status

StyleCI

SensioLabsInsight

SensioLabsInsight

Pedagogic Project by Laravel 5

Demonstration of Laravel 5 Framework

BackOffice

Project on handle all contents: Movies - Categories - Cinemas - Acteurs - Réalisateurs

Skills

  • Learn Documentation
  • Learn MVC
  • Apply Classes and OO

Installation

  • Since Composer:
  composer install
  • Configure .env

Screenshots

GitHub Logo GitHub Logo

Data Fixtures

php artisan db:seed

Installing via Composer

  • Composer package: composer create-project symfomany/laravelcinema or just vendor with composer require symfomany/laravelcinema
  • Manually, Get composer: curl -sS https://getcomposer.org/installer | php
  • Install the vendor php compose.phar install
  • Deploy your database in mysql/...sql
  • Launch fixtures with php artisan db:seed
  • Run the test with Phpunit

Testing

curl -O http://pear.phpunit.de/get/phpunit.phar
mv phpunit.phar /usr/local/bin/

Documentation

Architecture

  • The app directory, as you might expect, contains the core code of your application. We'll explore this directory in more detail soon.

  • The bootstrap directory contains a few files that bootstrap the framework and configure autoloading, as well as a cache directory that contains a few framework generated files for bootstrap performance optimization.

  • The config directory, as the name implies, contains all of your application's configuration files.

  • The database directory contains your database migration and seeds. If you wish, you may also use this directory to hold an SQLite database.

  • The public directory contains the front controller and your assets (images, JavaScript, CSS, etc.).

  • The resources directory contains your views, raw assets (LESS, SASS, CoffeeScript), and localization files.

  • The storage directory contains compiled Blade templates, file based sessions, file caches, and other files generated by the framework. This directory is segregated into app, framework, and logs directories. The app directory may be used to store any files utilized by your application. The framework directory is used to store framework generated files and caches. Finally, the logs directory contains your application's log files.

  • The tests directory contains your automated tests. An example PHPUnit is provided out of the box.

  • The vendor directory contains your Composer dependencies.

Handlers Routing

  • Route nommées (updates)
  • Route groupe

laravell9's People

Contributors

symfomany avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.