PHP Classes

How to Learn to Use the Laravel Framework using a Laravel Example App Provided by the Package Laravel Examples: Teach how to use Laravel from examples

Recommend this page to a friend!
  Info   View files Example   View files View files (108)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-06-30 (Yesterday) RSS 2.0 feedNot yet rated by the usersTotal: 21 This week: 21All time: 11,216 This week: 3Up
Version License PHP version Categories
laravel-examples 1.0MIT/X Consortium ...7Libraries, Web services, Design Patterns, P...
Description 

Author

This package can be used to teach how to use Laravel from examples.

It provides an application to demonstrate how to create a Web application, with an API and console commands using the Laravel framework.

The application shows how to manage user profiles with authentication to control access to the functions of the application.

Picture of Ewerton Daniel
  Performance   Level  

 

Example

<?php

use Illuminate\Foundation\Inspiring;
use
Illuminate\Support\Facades\Artisan;

/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based console
| commands. Each Closure is bound to a command instance allowing a
| simple approach to interacting with each command's IO methods.
|
*/

Artisan::command('inspire', function () {
   
$this->comment(Inspiring::quote());
})->
purpose('Display an inspiring quote');


Details

Laravel Examples

Repository with examples created to help friends and co-workers solve their doubts.

? Requirements

? Laravel 10

?? PHP >= 8.1<br/> ?? Ctype PHP Extension<br/> ?? cURL PHP Extension<br/> ?? DOM PHP Extension<br/> ?? Fileinfo PHP Extension<br/> ?? Filter PHP Extension<br/> ?? Hash PHP Extension<br/> ?? Mbstring PHP Extension<br/> ?? OpenSSL PHP Extension<br/> ?? PCRE PHP Extension<br/> ?? PDO PHP Extension<br/> ?? Session PHP Extension<br/> ?? Tokenizer PHP Extension<br/> ?? XML PHP Extension<br/>


  Files folder image Files  
File Role Description
Files folder imageapp (5 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (15 files)
Files folder imagedatabase (3 directories)
Files folder imagelang (1 directory)
Files folder imagepublic (3 files)
Files folder imageresources (3 directories)
Files folder imageroutes (5 files)
Files folder imagetests (2 files, 2 directories)
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file vite.config.js Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:21
This week:21
All time:11,216
This week:3Up