Package Data | |
---|---|
Maintainer Username: | GrCOTE7 |
Package Create Date: | 2017-04-29 |
Package Last Update: | 2017-10-17 |
Home Page: | http://C57.fr |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-03-01 03:01:37 |
Package Statistics | |
---|---|
Total Downloads: | 59 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 0 |
(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:
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 !!!
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
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:
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.
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.
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:
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
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.
The Laravel framework is open-sourced software licensed under the MIT license.