PHP code example of nickyeoman / laravelcms
1. Go to this page and download the library: Download nickyeoman/laravelcms library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nickyeoman / laravelcms example snippets
src/resources/views/forgot.blade.php:7:{{-- TODO: make the links route alias' instead of static --}}
src/resources/views/login.blade.php:7:{{-- TODO: make the links route alias' instead of static --}}
src/resources/views/resetForm.blade.php:7:{{-- TODO: make the links route alias' instead of static --}}
src/Controllers/ForgotController.php:32: // TODO: Fix the email template form design
src/Controllers/AdminController.php:13: //TODO: document how to enable verification email and forgot password
src/Controllers/LoginController.php:31: // TODO: Check for either username or email
src/Controllers/RegisterController.php:46: // TODO: Send Validate Email Address
src/laravelcmsServiceProvider.php:4:// TODO: https://laravel.com/docs/9.x/requests#configuring-trusted-hosts
src/laravelcmsServiceProvider.php:15: $this->app->make('NickYeoman\laravelcms\Controllers\AdminController'); // TODO: Do I need this?