Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
code:laravel:gettingstarted [2020/04/13 13:20] – [Routes (URLs)] gerardorourkecode:laravel:gettingstarted [2020/04/18 18:47] (current) – [Creating New Project] gerardorourke
Line 13: Line 13:
 ===Create a new Project=== ===Create a new Project===
 <code>laravel new <blog></code> <code>laravel new <blog></code>
 +or
 +<code>laravel new <blog> --auth</code> - to include authentication
  
 ===Install Authentication=== ===Install Authentication===
Line 35: Line 37:
 </code> </code>
  
- 
-===== Creating New Project ===== 
- 
-<code> 
-laravel new <projectname> 
-</code> 
  
  
Line 111: Line 107:
 ===== File Locations ===== ===== File Locations =====
 ====Config Files==== ====Config Files====
-<code>config/</code>+<code>/config/</code>
  
 ====Routes (URLs)==== ====Routes (URLs)====
  • code/laravel/gettingstarted.1586780437.txt.gz
  • Last modified: 2020/04/13 13:20
  • by gerardorourke