c57fr / l5
Le Framework Laravel vu par C57.
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- barryvdh/laravel-debugbar: ^2.3
- barryvdh/laravel-ide-helper: ^2.3
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
- laravelcollective/html: ^5.4
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
- dev-master
- v15.3.3
- v15.3.2
- v15.3.1
- v15.2.5
- v15.2.4
- v15.2.3
- v15.2.2
- v15.2.1
- v15.2b.1
- v15.1.11
- v15.1.10
- v15.1.9
- v15.1.8
- v15.1.7
- v15.1.6
- v15.1.5
- v15.1.4
- v15.1.3
- v15.1.2
- v15.1.1
- v5.4.23
- v5.4.21
- v5.4.19
- v5.4.16
- v5.4.15
- v5.4.9
- v5.4.3
- v5.4.0
- v5.3.30
- v5.3.16
- v5.3.10
- v5.3.0
- v5.2.31
- v5.2.29
- v5.2.27
- v5.2.24
- v5.2.23
- v5.2.15
- v5.2.0
- v5.1.33
- v5.1.11
- v5.1.4
- v5.1.3
- v5.1.1
- v5.1.0
- v5.0.22
- v5.0.16
- v5.0.1
- v5.0.0
- v4.2.11
- v4.2.0
- v4.1.27
- v4.1.18
- v4.1.0
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.0
- v4.0.0-BETA4
- v4.0.0-BETA3
- dev-dev
- dev-public
- dev-BelEmaiTemplatise
This package is not auto-updated.
Last update: 2025-03-02 03:57:48 UTC
README
I) Pour alimenter automatiquement la Base de Données:
(Facultatif: Renseigner et adapter le fichier .env à la racine)
=> Avec votre phpMyAdmin (ou alter ego), créer une Base De Données nommée l5 (L5 en minuscule)
NB: En dev, vous pourrez utiliser le code ci-dessous dans votre console pour rafraichir vos tables:
php artisan migrate:refresh --seed
II) En console, copier/coller ou saisir:
composer create-project c57fr/l5 l5
Mais sous Windows, il est conseillé d'utiliser Laragon (Voir le super Tuto de BestMomo), dont un des avantages est que votre site sera directement consultable à l'URL: http://l5.dev, insérer les 4 lignes ci-dessous (N.B.: Il y a une ligne vide devant la ligne de tirets) à la fin du fichier de configuration de la rubrique: 'Créer un site web rapidement':
Laravel L5=composer create-project c57fr/l5 %s --prefer-dist
Dans cette autre façon d'installer l'appli, vous n'avez même pas besoin de créer la BdD !!!
MàJ futures, si pas faites automatiquement et en temps réel via votre système Git (Ungit ou GitKraken par ex.):
Refaire ces mêmes 2 commandes, mais les précéder de :
composer clearcache
pour que la commande create-projects aille bien récupérer le tout dernier dépôt de version (release) et non la verion précédente restée encore en cache dans votre système.
Cf. le README.md du dépôt de htt://laravel.c57.fr pour connaître les détails d'une installation manuelle complète
( Pour la partie membre, par défaut, sauf si vous avez préciser votre préférence dans le .env: Login / MotDePasse = admin@l5 / pw )
About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.
Learning Laravel
Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.
If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.
Laravel Sponsors
We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:
Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.