Login CakePHP 4 script

CakePHP 4 , login biasanya menggunakan Authentication plugin . Berikut alurnya: 1. Install Authentication Plugin Jalankan di terminal: composer require cakephp/authentication 2. Load Plugin di Application.php Di file src/Application.php , tambahkan: $this->addPlugin('Authentication'); 3. Middleware Authentication Masih di Application.php , tambahkan ke middleware() : use Authentication\Middleware\AuthenticationMiddleware; $middlewareQueue->add(new AuthenticationMiddleware($this)); 4. Konfigurasi Authentication Di src/Application.php , dalam method getAuthenticationService() : use Authentication\AuthenticationService; use Authentication\AuthenticationServiceInterface; use Authentication\Identifier\IdentifierInterface; use Authentication\Middleware\AuthenticationMiddleware; use Psr\Http\Message\ServerRequestInterface; public function getAuthenticationService(ServerRequestInterface $request): AuthenticationServiceInterface { $service = new Authenticatio...

beginner's guide to Adobe Photoshop CC



1. Familiarize yourself with the Photoshop CC interface. The interface is divided into panels, tools, and menu options. Spend some time exploring each element and how they work together.

2. Learn how to open and create new documents in Photoshop. You can open existing documents by going to File > Open, or create a new document by going to File > New.

3. Learn the basic tools in Photoshop, including the Move Tool, Marquee Tool, Lasso Tool, Magic Wand Tool, Brush Tool, and Eraser Tool. These tools are used to select, move, draw, and erase elements in your document.

4. Learn how to use layers in Photoshop. Layers allow you to work on different parts of your design independently, making it easier to manage and modify your work. You can create a new layer by going to Layer > New > Layer, or by using the shortcut key Ctrl+Shift+N (Windows) or Command+Shift+N (Mac).

5. Familiarize yourself with the various selection tools in Photoshop, including the Marquee Tool, Lasso Tool, and Magic Wand Tool. Selections allow you to isolate specific parts of your design and modify them independently.

6. Learn how to use adjustment layers in Photoshop. Adjustment layers allow you to modify the color, brightness, and contrast of your design without affecting the original image. You can create an adjustment layer by going to Layer > New Adjustment Layer.

7. Learn how to use filters in Photoshop. Filters allow you to apply various effects to your design, such as blurring, sharpening, or adding texture. You can apply a filter by going to Filter > Filter Gallery.

8. Learn how to save and export your work in Photoshop. You can save your work by going to File > Save, or export it for use in other applications by going to File > Export > Export As.

9. Practice using Photoshop by working on small projects or tutorials. There are many online resources that provide free tutorials and resources for beginners to learn and improve their Photoshop skills.

That's it! With these basic skills, you should be able to start using Photoshop CC to create and modify images and designs. As you become more familiar with the software, you can continue to learn and explore new tools and techniques to enhance your work.




>>> 🖱️ Adobe Suite Collection🖱️ <<<

Comments